Gems



A gem to transparently combine related .count/.sum queries
A gem to transparently combine related .count/.sum queries so the database can answer them all in a single pass—even when some queries have groups or additional scopes. After the low-hanging fruit, use the advanced (but still simple) API to build ...

Simple PostgreSQL's COPY command support in ActiveRecord models
This Gem will enable your AR models to use the PostgreSQL COPY command to import/export data in CSV format. If you need to tranfer data between a PostgreSQL database and CSV files, the PostgreSQL native CSV parser will give you a greater performan...

Ruby finite-state-machine-inspired API for modeling workflow
Ruby finite-state-machine-inspired API for modeling workflow - geekq/workflow: Ruby finite-state-machine-inspired API for modeling workflow.Note: you can find documentation for specific workflow rubygem versions at http://rubygems.org/gems/workflo...


Getting paranoid about your Rails application params? Try paramoid!
Getting paranoid about your Rails application params? Try paramoid!Paramoid is an extension for Rails Strong Parameters that allows to sanitize complex params structures with a super cool DSL, supporting:Required params and default valuesA simplif...

