1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/models
Neeraj Singh 2ffa50f5a9 after_validation should be called irrespective of the result of validation.
I confirmed that this is the behavior on 2.3.x .

[5419 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-20 11:24:43 -03:00
..
automobile.rb validation macros can now be used within an instance 2010-05-13 13:57:37 -07:00
contact.rb Reuse already existing classes for ActiveModel tests. 2010-07-21 13:00:56 +02:00
custom_reader.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
mass_assignment_specific.rb mass_assignment_security moved from AR to AMo, and minor test cleanup 2010-07-08 18:28:45 +02:00
person.rb Fix typo by renaming :genre to :gender. 2010-01-09 00:18:07 +01:00
person_with_validator.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
reply.rb removed use of AR in AMo tests and removed testing of scopes (:on) in individual validation tests and moved them to their own test file 2010-05-08 23:51:36 +03:00
sheep.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
topic.rb after_validation should be called irrespective of the result of validation. 2010-08-20 11:24:43 -03:00
track_back.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00