jm / rails_upgrade

Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0
http://omgbloglol.com
MIT License
68 stars 74 forks source link

Validation methods #13

Closed voxxit closed 9 years ago

voxxit commented 13 years ago

Added some validate_on_create and validate_on_update goodness!

P.S. the diff between rails:master and jm:master includes some spacing changes which were not apparent in the pull request I sent to rails:master. You may want to cherry pick just my changes from the other pull request.

Thanks!