All tagged by Database

  • RailsOnPG This is timesaver for middle/large Rails application which used PostgreSQL as database. Create/drop Views, Functions, Triggers, Foreign keys in your migrations using ruby syntax. Type: Plugin | Last updated: 18 October 2009
  • Acts as Boolean Treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are stored in the database. Type: Plugin | Last updated: 18 November 2008
  • Boot Strapper A Rails plugin to assist in bootstrapping and seeding your database. Type: Plugin | Last updated: 17 November 2008
  • Temporary Linkable Temporary link plugin. Easily create temporary links that expire after use or a time frame Type: Plugin | Last updated: 10 July 2008
  • Seamless Database Pool Seamless Database Pool provides a simple way in which to add support for a master/slave database cluster to ActiveRecord to allow massive scalability and automatic failover. Type: Plugin | Last updated: 13 June 2008
  • 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