rails/activemodel/lib/active_model/validations
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
..
acceptance.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
callbacks.rb after_validation should be called irrespective of the result of validation. 2010-08-20 11:24:43 -03:00
confirmation.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
exclusion.rb Refactor previous commit a bit [#4057 state:resolved] 2010-06-21 12:17:24 +02:00
format.rb Refactor previous commit a bit [#4057 state:resolved] 2010-06-21 12:17:24 +02:00
inclusion.rb Refactor previous commit a bit [#4057 state:resolved] 2010-06-21 12:17:24 +02:00
length.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
numericality.rb Refactor previous commit a bit [#4057 state:resolved] 2010-06-21 12:17:24 +02:00
presence.rb Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options. 2010-06-21 11:55:21 +02:00
validates.rb you rarely want ^ or $ in validations, use \A when you mean \A 2010-08-18 00:15:01 +02:00
with.rb Refactor previous commit a bit [#4057 state:resolved] 2010-06-21 12:17:24 +02:00