1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model/validations
2011-02-05 16:44:35 -08:00
..
acceptance.rb remove irrelevant comments 2010-09-18 20:33:40 +02:00
callbacks.rb Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface. 2011-01-31 19:45:53 -02:00
confirmation.rb Don't redefine existing attributes accessors. 2010-09-27 11:19:19 -03: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 Don't compute this string again 2010-12-02 15:43:12 -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 Provide a way to specify alternate option keys for validates 2011-02-05 16:00:57 -08:00
with.rb Optionally pass in the attribute being validated to an instance method validator 2011-02-05 16:44:35 -08:00