schema_plus_indexes
Index manager
Adds convenient capabilities to ActiveRecord's index handling
Adds shorthands and conveniences to ActiveRecord's handling of indexes
9 stars
9 watching
22 forks
Language: Ruby
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
schemaplus/schema_plus_db_default | Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record. | 1 |
schemaplus/schema_plus_core | An extension to ActiveRecord, providing an internal API to extend its behavior without changing its core functionality. | 7 |
schemaplus/schema_plus_foreign_keys | A Ruby on Rails extension gem providing support for foreign key constraints in migrations and active record | 4 |
schemaplus/schema_plus_default_expr | Allows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations. | 0 |
schemaplus/schema_auto_foreign_keys | Automatically adds foreign key constraints and indexes to database tables during migration | 23 |
schemaplus/schema_monkey | A behind-the-scenes module insertion protocol to facilitate adding features to ActiveRecord | 5 |
brendon/acts_as_list | Provides a way to manage ordered lists of objects in a database | 2,049 |
wvanbergen/scoped_search | Makes it easy to search and filter data in ActiveRecord models using a query string. | 265 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
lab2023/blankable | Adds blank slates to index view for managing customers | 8 |