activerecord
There are 1237 repositories under activerecord topic.
rails/rails
Ruby on Rails
paper-trail-gem/paper_trail
Track changes to your rails models
activerecord-hackery/ransack
Object-based searching.
aasm/aasm
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
ctran/annotate_models
Annotate Rails classes with schema and routes info
scenic-views/scenic
Versioned database views for Rails
collectiveidea/audited
Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
sqlkata/querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
elastic/elasticsearch-rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
public-activity/public_activity
Easy activity tracking for models - similar to Github's Public Activity
thiagopradi/octopus
Database Sharding for ActiveRecord
magnusvk/counter_culture
Turbo-charged counter caches for your Rails app.
Shopify/identity_cache
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!
ClosureTree/closure_tree
Easily and efficiently make your ActiveRecord models support hierarchies
gregnavis/active_record_doctor
Identify database issues before they hit production.
brainspec/enumerize
Enumerated attributes with I18n and ActiveRecord/Mongoid support
palkan/logidze
Database changes log for Rails
salsify/goldiloader
Just the right amount of Rails eager loading
adzap/validates_timeliness
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
ankane/lockbox
Modern encryption for Ruby and Rails
Casecommons/pg_search
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
GeorgeKaraszi/ActiveRecordExtended
Adds additional postgres functionality to an ActiveRecord / Rails application
westonganger/spreadsheet_architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
braisdom/ObjectiveSql
Writing SQL using Java syntax
Dreampie/Resty
The minimalist framework of RESTful(server and client) - Resty
pawurb/rails-pg-extras
Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
DmitryTsepelev/store_model
Work with JSON-backed attributes as ActiveRecord-ish models
djezzzl/database_consistency
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
madeintandem/jsonb_accessor
Adds typed jsonb backed fields to your ActiveRecord models.
bogdan/datagrid
Gem to create tables grids with sortable columns and filters
ridgepole/ridgepole
Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet)
shioyama/mobility
Pluggable Ruby translation framework
paulelliott/fabrication
This project has moved to GitLab! Please check there for the latest updates.
palkan/isolator
Detect non-atomic interactions within DB transactions
brunofacca/active-record-query-trace
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
rails-sqlserver/activerecord-sqlserver-adapter
SQL Server Adapter For Rails