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
Kassio Borges c8bbe9aefa Improve support for non Active Record objects on validates_associated
Skipping `marked_for_destruction?` when the associated object does not responds
to it make easier to validate virtual associations built on top of Active Model
objects and/or serialized objects that implement a `valid?` instance method.
2015-11-08 10:58:39 -02:00
..
absence_validation_test.rb
association_validation_test.rb Improve support for non Active Record objects on validates_associated 2015-11-08 10:58:39 -02:00
i18n_generate_message_validation_test.rb
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
uniqueness_validation_test.rb