Pinned Repositories
asset_aggregator
Store your JavaScript, CSS, etc. right alongside the views they're for
db-charmer
ActiveRecord Connections Magic (slaves, multiple connections, etc)
db-charmer-sandbox
db-charmer plugin test rails application and specs
flex_columns
Schema-free, structured JSON storage inside a RDBMS.
fortitude
Views Are Code: use all the power of Ruby to build views in your own language.
low_card_tables
Store low-cardinality columns in a separate table for vastly more flexibility and better performance.
objectified_environments
Vastly improve maintainability of your Rails.env-dependent code by using object-oriented environments.
objectified_sessions
Encapsulate and carefully manage access to your Rails session.
oop_rails_server
Reliably runs a Rails server in a separate process, for use in tests, utilities, etc.
required_scopes
Don't let developers forget about critical scopes for queries.
ageweke's Repositories
ageweke/fortitude
Views Are Code: use all the power of Ruby to build views in your own language.
ageweke/flex_columns
Schema-free, structured JSON storage inside a RDBMS.
ageweke/low_card_tables
Store low-cardinality columns in a separate table for vastly more flexibility and better performance.
ageweke/required_scopes
Don't let developers forget about critical scopes for queries.
ageweke/db-charmer
ActiveRecord Connections Magic (slaves, multiple connections, etc)
ageweke/asset_aggregator
Store your JavaScript, CSS, etc. right alongside the views they're for
ageweke/objectified_environments
Vastly improve maintainability of your Rails.env-dependent code by using object-oriented environments.
ageweke/objectified_sessions
Encapsulate and carefully manage access to your Rails session.
ageweke/oop_rails_server
Reliably runs a Rails server in a separate process, for use in tests, utilities, etc.
ageweke/db-charmer-sandbox
db-charmer plugin test rails application and specs
ageweke/erector
A builder-like widget html generation framework.
ageweke/html2fortitude
Converts HTML into the Fortitude Ruby HTML-generation DSL
ageweke/rails_view_benchmarks
ageweke/rspec
Behaviour Driven Development framework for Ruby
ageweke/GC-stats-middleware
Ruby GC Stats after each request (rack middleware)
ageweke/parcels
Views are HTML...and CSS, and Javascript. Together at last!