Boazy's Gems

icon
#Total RankDaily RankNameSummary
14,8898,644schema_plus_coreProvides an internal extension API to ActiveRecord, in the form of middleware-style cal...
24,9418,767schema_monkeyProvides a module insertion protocol to facilitate adding features to ActiveRecord
35,27411,191schema_plus_indexesAdds shorthands and conveniences to ActiveRecord's handling of indexes
46,3029,468schema_plusSchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus...
56,65312,538schema_plus_pg_indexesAdds support in ActiveRecord for PostgreSQL index expressions and operator classes, as ...
67,08012,862schema_plus_foreign_keysExtended support for foreign key constraints in ActiveRecord, including: definition as ...
77,36413,333schema_plus_columnsAdds useful accessors to ActiveRecord's Column object.
87,56913,783schema_auto_foreign_keysIn an ActiveRecord migration, set the default to create a foreign key and index for all...
98,44814,133schema_plus_viewsAdds support for views to ActiveRecord
108,59314,299schema_plus_enumsAdds support for enum data types in ActiveRecord
118,59715,010schema_plus_compatibilityCompatibility helpers for the SchemaPlus family of gems
128,70414,635schema_plus_default_exprExtends ActiveRecord migrations to allow an SQL expression for the default value of a c...
139,78316,590schema_plus_db_defaultDefines constant ActiveRecord::DB_DEFAULT which, when saved as an attribute's value, ca...
149,86516,590schema_plus_tablesExtends ActiveRecord's handling of tables
1510,19416,924schema_validationsSchemaValidations extends ActiveRecord to automatically create validations by inspectin...
1614,41110,185schema_devSchemaPlus development tools
1724,55329,654schema_associationsSchemaAssociations extends ActiveRecord to automatically create associations by inspect...
1875,69319,996schema_monkey_railsInserts SchemaMonkey into a rails app.
19100,83960,696schema_plus_multischemaAdds support for multiple schemas in activerecord when using Postgres
20128,15660,696schema_plus_pg_typesAdds supports for PostgreSQL types that were left out by Rails