Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sekrett opened this issue Dec 16, 2010 · 2 comments
Open

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

sekrett opened this issue Dec 16, 2010 · 2 comments

Comments

@sekrett
Copy link

sekrett commented Dec 16, 2010

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
Copy link

ghost commented Feb 1, 2011

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

@wakiki
Copy link

wakiki commented Jun 15, 2011

Has there been any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants