When working with ActiveRecord models, sometimes you want to eject to a simpler, safer object. ...
Ruby
New
Free
Duplicating ActiveRecords is easy again.
.
Handling dynamic scope for ActiveRecord.
Deafault ActiveRecord::Errors class doesn't localize erorr messages. In some cases, we need localized error message for user. With this gem...
ActiveRecord::EnumWithLabel adds label and more to ActiveRecord::Base.enum.
Enumerated types for ActiveRecord attributes
Provides transparent encryption for ActiveRecord. You can protect your data with any encryption algorithm you want.
Library to monkey-patch ActiveRecord and add some Unicode awareness
Identify database issues before they hit production.
Allow / disallow query execution through active record
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch"...
ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods...
ActiveRecord::DebugErrors is an extension of activerecord to display useful debug logs on errors.
Retry deadlocked ActiveRecord transactions
Generate dbt files from the information of the database connected by ActiveRecord.
An ActiveRecord adapter to DBSlayer
Rake db managements tasks for projects that use ActiveRecord without Rails.
Rake task to determine if a database is available for a Rails app.
CLI-tool to check data integrity of the Rails-application project
An ActiveRecord extension for classifying models and fields as confidential data