Pinned Repositories
schema_associations
ActiveRecord extension that automatically (DRY) creates associations based on the schema
schema_auto_foreign_keys
schema_plus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
schema_plus_foreign_keys
Extended support for foreign keys in ActiveRecord
schema_plus_functions
SchemaPlus gem adding support for SQL function
schema_plus_indexes
Adds shorthands and conveniences to ActiveRecord's handling of indexes
schema_plus_pg_indexes
Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes
schema_plus_triggers
SchemaPlus gem adding support for SQL Triggers
schema_plus_views
Provides support for creating and dropping views in ActiveRecord migrations. Also support for querying views.
schema_validations
Automatically creates validations basing on the database schema.
SchemaPlus's Repositories
SchemaPlus/schema_plus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
SchemaPlus/schema_validations
Automatically creates validations basing on the database schema.
SchemaPlus/schema_associations
ActiveRecord extension that automatically (DRY) creates associations based on the schema
SchemaPlus/schema_plus_pg_indexes
Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes
SchemaPlus/schema_plus_views
Provides support for creating and dropping views in ActiveRecord migrations. Also support for querying views.
SchemaPlus/schema_auto_foreign_keys
SchemaPlus/schema_plus_enums
Support for enum data types in ActiveRecord
SchemaPlus/schema_plus_multischema
Extends ActiveRecord with support for using multiple schemas within a single database
SchemaPlus/schema_plus_indexes
Adds shorthands and conveniences to ActiveRecord's handling of indexes
SchemaPlus/schema_plus_core
Provides an internal extension API to ActiveRecord, in the form of middleware-style callback stacks
SchemaPlus/schema_monkey
Provides a module insertion protocol to facilitate adding features to ActiveRecord
SchemaPlus/schema_plus_tables
Added utility for ActiveRecord's handling of tables
SchemaPlus/schema_plus_foreign_keys
Extended support for foreign keys in ActiveRecord
SchemaPlus/modware
A middleware library, featuring a simple interface and "callback" style semantics in the middleware stack
SchemaPlus/schema_dev
Development tools for the SchemaPlus family of gems
SchemaPlus/schema_plus_columns
Adds useful accessors to ActiveRecord's Column object
SchemaPlus/schema_plus_db_default
SchemaPlus/schema_plus_functions
SchemaPlus gem adding support for SQL function
SchemaPlus/schema_plus_triggers
SchemaPlus gem adding support for SQL Triggers
SchemaPlus/schema_monkey_padrino
Installs SchemaMonkey in a Padrino app
SchemaPlus/schema_monkey_rails
Inserts SchemaMonkey into a rails app
SchemaPlus/schema_plus_compatibility
Helpers to support compatibility for developing & testing gems across multiple versions of AR
SchemaPlus/schema_plus_default_expr
SchemaPlus/schema_plus_pg_types
Better PostgreSQL type support in ActiveRecord