Boazy's Gems

icon
#Total RankDaily RankNameSummary
14,0886,871schema_plus_coreProvides an internal extension API to ActiveRecord, in the form of middleware-style cal...
24,1396,482schema_monkeyProvides a module insertion protocol to facilitate adding features to ActiveRecord
34,4148,354schema_plus_indexesAdds shorthands and conveniences to ActiveRecord's handling of indexes
45,14510,622schema_plusSchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus...
55,40820,642schema_plus_pg_indexesAdds support in ActiveRecord for PostgreSQL index expressions and operator classes, as ...
65,93013,232schema_plus_foreign_keysExtended support for foreign key constraints in ActiveRecord, including: definition as ...
76,07310,025schema_plus_columnsAdds useful accessors to ActiveRecord's Column object.
86,27015,266schema_auto_foreign_keysIn an ActiveRecord migration, set the default to create a foreign key and index for all...
96,92311,883schema_plus_viewsAdds support for views to ActiveRecord
106,93027,493schema_plus_enumsAdds support for enum data types in ActiveRecord
117,02627,493schema_plus_default_exprExtends ActiveRecord migrations to allow an SQL expression for the default value of a c...
127,04016,351schema_plus_compatibilityCompatibility helpers for the SchemaPlus family of gems
137,86839,659schema_plus_db_defaultDefines constant ActiveRecord::DB_DEFAULT which, when saved as an attribute's value, ca...
147,93139,659schema_plus_tablesExtends ActiveRecord's handling of tables
158,3999,715schema_validationsSchemaValidations extends ActiveRecord to automatically create validations by inspectin...
1612,89612,988schema_devSchemaPlus development tools
1722,41028,878schema_associationsSchemaAssociations extends ActiveRecord to automatically create associations by inspect...
1873,25780,166schema_monkey_railsInserts SchemaMonkey into a rails app.
1998,300110,038schema_plus_multischemaAdds support for multiple schemas in activerecord when using Postgres
20130,164110,038schema_plus_pg_typesAdds supports for PostgreSQL types that were left out by Rails