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/cases/validations
2012-04-24 01:05:41 -04:00
..
acceptance_validation_test.rb
callbacks_test.rb Removing unwanted method and adding to accessor for getter history 2012-01-25 01:34:04 +05:30
conditional_validation_test.rb
confirmation_validation_test.rb Support i18n attributes for confirmation 2012-04-24 01:05:41 -04:00
exclusion_validation_test.rb Update variable's name in the test case to reflect the class we're testing 2011-11-18 11:51:05 -05:00
format_validation_test.rb Update variable's name in the test case to reflect the class we're testing 2011-11-18 11:51:05 -05:00
i18n_generate_message_validation_test.rb confirmation validation error attribute 2012-04-23 17:16:05 -04:00
i18n_validation_test.rb Support i18n attributes for confirmation 2012-04-24 01:05:41 -04:00
inclusion_validation_test.rb Update variable's name in the test case to reflect the class we're testing 2011-11-18 11:51:05 -05:00
length_validation_test.rb To infinity… and beyond! 2012-02-06 12:58:32 +01:00
numericality_validation_test.rb added :other_than => :!= option to numericality validator 2011-12-21 10:54:44 +01:00
presence_validation_test.rb
validates_test.rb confirmation validation error attribute 2012-04-23 17:16:05 -04:00
validations_context_test.rb
with_validation_test.rb