1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/validations
2015-09-18 17:05:05 +09:00
..
absence_validation_test.rb AR absence validator respects marked_for_destruction?. Closes #20449. 2015-06-22 15:45:08 +02:00
association_validation_test.rb Fix validations on child record when record parent has validate: false 2015-02-01 16:03:49 -08:00
i18n_generate_message_validation_test.rb use the new clear_validators! api everywhere to reset validators in tests 2014-01-28 00:13:35 +05:30
i18n_validation_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
length_validation_test.rb File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
presence_validation_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
uniqueness_validation_test.rb uniqueness validation raises error for persisted record without pk. 2015-08-20 12:07:02 +02:00