Enforce Column Limits plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/enforce-limits
Examples:
class Person < ActiveRecord::Base enforce_column_limits end class Book < ActiveRecord::Base enforce_column_limits :message => "exceeds the %d character limit", :on => :update end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

