search for: m000836

Displaying 1 result from an estimated 1 matches for "m000836".

Did you mean: 1000836
2006 Jun 15
0
Re: rails question
...ors#invalid? doesn''t actually do validations. It just looks at the associated errors object (which is empty if validation hasn''t been performed) to see what errors are stored there. Check out the api docs on this stuff @ http://api.rubyonrails.org/classes/ActiveRecord/Errors.html#M000836 http://api.rubyonrails.org/classes/ActiveRecord/Validations.html And try firing up script/console, instantiating a Festival and setting values for the params you expect to get, then trying the validations out, if you haven''t already. I don''t really know what''s up with (...