schema_plus_db_default

Value setter

Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record.

GitHub

1 stars
10 watching
1 forks
Language: Ruby
last commit: almost 8 years ago

Related projects:

RepositoryDescriptionStars
schemaplus/schema_plus_default_exprAllows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations.0
schemaplus/schema_plus_tablesAdds utility features to ActiveRecord's handling of tables5
schemaplus/schema_plus_columnsProvides useful accessors to ActiveRecord's Column object2
schemaplus/schema_plus_indexesAdds convenient capabilities to ActiveRecord's index handling9
schemaplus/schema_plus_coreAn extension to ActiveRecord, providing an internal API to extend its behavior without changing its core functionality.7
schemaplus/schema_plus_enumsAn ActiveRecord extension for supporting enum data types in Ruby on Rails applications.14
schemaplus/schema_plus_pg_indexesAdds support for PostgreSQL index expressions and operator classes to ActiveRecord30
schemaplus/schema_plus_viewsA gem that enables creating and querying views in ActiveRecord migrations.28
schemaplus/schema_monkeyA behind-the-scenes module insertion protocol to facilitate adding features to ActiveRecord5
schemaplus/schema_plus_foreign_keysA Ruby on Rails extension gem providing support for foreign key constraints in migrations and active record4
nullobject/reinAdds support for defining database constraints in ActiveRecord migrations without writing custom SQL.670
appoxy/simple_recordAn ActiveRecord-like interface for interacting with SimpleDB129
sinatra-activerecord/sinatra-activerecordAn extension of the Sinatra web framework that integrates with ActiveRecord for database operations.733
schemaplus/schema_auto_foreign_keysAutomatically adds foreign key constraints and indexes to database tables during migration23
databasecleaner/database_cleaner-active_recordTools for cleaning databases using ActiveRecord65