redinger / validation_reflection

This plugin adds reflective access to validations
http://rubygems.org/gems/validation_reflection
MIT License
296 stars 18 forks source link

Does not work with new 'validates' in Rails 3 #11

Open sekrett opened 13 years ago

sekrett commented 13 years ago

I use formtastic, and AFIK it uses validation_reflection to mark required fields. When I use:

validates_presence_of :name

it works, but when I use:

validates :name, :presence => true

it does not.

ghost commented 13 years ago

Confirm exactly the same. How difficult it could be to fix?

wakiki commented 13 years ago

Has there been any progress on this?