Plugins tagged by Database

  • Advanced Validations this plugin is intented to patch the problem of validations when done for scope. see Rails Trac ticket 8774 (http://dev.rubyonrails.org/ticket/8774) Type: Plugin | Last updated: 26 March 2008
  • The NullDB Connection Adapter NullDB is a Rails database connection adapter that interprets common database operations as no-ops. It is the Null Object pattern as applied to database adapters. Type: Plugin | Last updated: 18 February 2008
  • Rails DB Console Provides rake tasks to easily run DB console programs for the various databases in your database.yml. Type: Plugin | Last updated: 30 October 2007
  • Migration custom column types Allow to use custom db column types in your migrations (such as MySQL varbinary). Type: Plugin | Last updated: 17 October 2007
  • Pessimistic Locking PessimisticLocking provides row-level pessimistic locking using SELECT FOR UPDATE. Type: Plugin | Last updated: 16 October 2007
  • ActiveRecord Database Functions Overriding the quote method to provide support for database functions. Type: Plugin | Last updated: 08 October 2007
  • Column Comments Here’s a small plugin that may be useful for documenting your database. Based on Dave Thomas’s AnnotateModels plugin, this plugin goes one step further and allows you to store comments on each column in the database (MySQL only). Type: Plugin | Last updated: 13 October 2007
  • Safety Net Safety Net is a Rails plugin that prevents developers from purging the test database if it has the same name as the developmet or production database. Type: Plugin | Last updated: 08 October 2007
  • AR Add Constraint This plugin allows foreign keys to be specified in migrations Type: Plugin | Last updated: 07 October 2007
  • Smooth Migration The Smooth Migration plugin allows database migrations to continue running instead of aborting on failure. The rake db:migrate task will fail at the end of the migration instead of in the middle. This helps prevent getting stuck between... Type: Plugin | Last updated: 05 October 2007
  • Dollars And Cents A transparent handler for storing monetary values as integer fields in a database. Type: Plugin | Last updated: 06 January 2008
  • Rails My Admin RailsMyAdmin is a backend database management addon for your Rails applications. Type: Plugin | Last updated: 01 October 2007
  • Enum Column This is an ROR extension to support enumerations in the database using the enum type in MySQL or column constraints in other databases. Currently only MySQL has been implemented, but other connection adapters can easily be extended to check for... Type: Plugin | Last updated: 18 September 2007
  • Transactional Migrations Transactional Migrations is a plugin that ensures your migration scripts—both up and down—run within a transaction. When used in conjunction with a database that supports transactional Data Definition Language (DDL)—such as... Type: Plugin | Last updated: 11 September 2007
  • Schema Validations Schema Validations is a plugin that reads various constraints defined against columns in your database and applies the closest matching rails validation. (Ala Dave Thomas’ Keynote.) Type: Plugin | Last updated: 11 September 2007
  • Foreign Key Support The plugin provides two mechanisms for adding foreign keys as well as preserving foreign keys when performing a schema dump. (Using SQL-92 syntax and as such should be compatible with most databases that support foreign-key constraints.) Type: Plugin | Last updated: 11 September 2007
  • Foreign Key Migrations Foreign Key Migrations is a plugin that automatically generates foreign-key constraints when creating tables. It uses SQL-92 syntax and as such should be compatible with most databases that support foreign-key constraints. Type: Plugin | Last updated: 11 September 2007
  • Use DB This plugin allows you to use multiple databases in your rails application. Type: Plugin | Last updated: 28 August 2007