-
Release gems via rake-gemcutter instead of rubyforge
-
Fix limits for integer columns being interpreted incorrectly [Michael Grosser]
-
Remove the PluginAWeek namespace
-
Update tests to use ActionView::TestCase
-
Remove log files from gems
-
Don’t check length validation constraints if models were loaded prior to the plugin being loaded [Michael Grosser]
-
Refactor FormHelper extension to allow for others to easily extend the plugin for things like textarea lengths [Michael Grosser]
-
Add support for tracking validates_size_of validations
-
Initial public release
-
Add documentation
-
Remove maxlength attribute for textare tags since it’s not valid html
-
Don’t set the size based on the smart maxlength
-
Don’t expect columns to exist for every attribute