Want all the IDs, or names, or whatever field of your ActiveRecord model? Account.ids, Account.names ...
Ruby
New
Free
.
active_record-pool is an extension to active_record that gives you an interface to write high-speed inserts, updates, & delete in a...
PostgreSQL PGCrypto support for ActiveRecord models.
Automatic reconnection for Postgres
handle Polyline object on ActiveRecord
This gem adds comments to the SQL to indicate where the SQL parts are constructed.
This gem extends active record and it's migrations for oracle queue support.
Oracle enhanced adapter with schema config support for ActiveRecord (Using this gem, you can specify schema details in database.yml).
This...
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
This adapter is superset...
ActiveRecord OpenTracing intrumenter
ODBC Data Adapter for ActiveRecord
Add support for a not_nill type to active record.
Normalize your ActiveRecord models' attributes
ActiveRecord adapter for Netezza. Only for user with JRuby.
Requires a separate Netezza JDBC driver.
Check if nested attributes were destroyed during the last save
An ActiveRecord extension to build nested scopes through pre-defined associations
Order your ActiveRecord scopes by a supplied list of ids
Monkey patch to index nested errors for ActiveRecord 4
Adds :destroy_if option to accepts_nested_attributes_for, which is basically a stronger version of :reject_if that destroys existing records, too.
Allow chaining active record scopes with OR.