rails/activemodel/test/cases/validations
Akira Matsuda 68db6bc431 Let validates_inclusion_of accept Time and DateTime ranges
fixes 4.0.0 regression introduced in 0317b93c17a46d7663a8c36edc26ad0ba3d75f85
2013-10-23 22:10:15 +09: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 use assert_empty in activemodel conditional validation test cases 2013-09-10 17:26:39 +05:30
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 Let validates_inclusion_of accept Time and DateTime ranges 2013-10-23 22:10:15 +09: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