rails/activemodel/test/cases/validations
2013-05-23 10:00:44 -03:00
..
absence_validation_test.rb Add ActiveModel::Validations::AbsenceValidator, a validator to check the absence of attributes. 2012-12-15 16:27:44 -05:00
acceptance_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
callbacks_test.rb Added tests for if condition in Active Model callbacks 2013-04-21 11:34:12 -04:00
conditional_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
confirmation_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
exclusion_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
format_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
i18n_generate_message_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
i18n_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
inclusion_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
length_validation_test.rb Take care of whitespaces and changing the hash syntax 2013-02-04 09:59:22 -02:00
numericality_validation_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
presence_validation_test.rb Add CHANGELOG entry for #8622 2012-12-26 19:22:38 -03:00
validates_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
validations_context_test.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
with_validation_test.rb deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now. 2013-05-23 10:00:44 -03:00