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
2009-09-08 10:26:39 -05:00
..
association_validation_test.rb Add test to verify that the new :inverse_of association option will indeed fix the validation problem for a belongs_to relationship that validates_presence_of the parent, when both the parent and the child are new (in-memory) records. Also check that this works when the parents adds child via nested_attributes_for. 2009-08-08 13:07:49 +02:00
i18n_generate_message_validation_test.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
i18n_validation_test.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
uniqueness_validation_test.rb Fixed typo in test name and CHANGELOG [#3017 state:resolved] 2009-08-10 16:13:18 +01:00