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
Ryuta Kamizono 3daf2c7b2d
MySQL: Uniqueness validator now respects default database collation
No longer enforce case sensitive comparison by default.
2020-10-30 00:25:46 +00:00
..
absence_validation_test.rb Replace test Man with Human 2020-08-14 11:37:09 -04:00
association_validation_test.rb Replace test Man with Human 2020-08-14 11:37:09 -04:00
i18n_generate_message_validation_test.rb Fall back to parent locale before it falls back to the :errors namespace 2019-03-04 16:54:06 -05:00
i18n_validation_test.rb Move the ActiveModel:Errors#full_message method to the Error class: 2019-07-16 14:28:38 +02:00
length_validation_test.rb Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 2018-12-21 02:05:27 +09:00
numericality_validation_test.rb Fix read_attribute_before_type_cast to consider attribute aliases 2020-10-18 20:32:47 -03:00
presence_validation_test.rb Replace test Man with Human 2020-08-14 11:37:09 -04:00
uniqueness_validation_test.rb MySQL: Uniqueness validator now respects default database collation 2020-10-30 00:25:46 +00:00