Plugins tagged by column
- Row Version Migrations Row Version Migrations is a plugin that automatically generates the following row version columns for every table: created_at, updated_at, lock_version Type: Plugin | Last updated: 08 October 2007
- Enumerated Columns 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: 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
- Enforce Column Limits A simple Rails plugin that provides a convenient way to validate all your model's string attributes against their maximum limits. Just declare: enforce_column_limits Type: Plugin | Last updated: 08 October 2007
- Getdate Column Getdate_column is designed to make the accessor methods of a datetime column accept and return string representations of the date (e.g. "today", "10 days from now", "1/2/06 10pm"). I personally find date controls on... Type: Plugin | Last updated: 07 October 2007

