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/associations
2015-05-26 22:06:53 +09:00
..
association_scope_test.rb Use an Attribute object to represent a bind value 2015-01-27 12:07:06 -07:00
belongs_to_associations_test.rb Rename association option :class to :anonymous_class 2015-04-21 08:48:22 -04:00
callbacks_test.rb Revert ":cut: remove unnecessary rescue Exceptions" 2015-03-06 12:16:18 +01:00
cascaded_eager_loading_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
eager_singularization_test.rb
eager_test.rb deprecate Relation#uniq use Relation#distinct instead. 2015-05-26 10:35:14 +02:00
extension_test.rb Remove support to activerecord-deprecated_finders 2015-01-02 12:06:24 -03:00
has_and_belongs_to_many_associations_test.rb add extend option on has_and_belongs_to_many. 2015-05-26 22:06:53 +09:00
has_many_associations_test.rb AR::RecordNotSaved & RecordNotDestroyed should include an error message 2015-05-01 19:01:41 -07:00
has_many_through_associations_test.rb deprecate Relation#uniq use Relation#distinct instead. 2015-05-26 10:35:14 +02:00
has_one_associations_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
has_one_through_associations_test.rb Require missing association in test 2014-12-02 16:23:26 -07:00
inner_join_association_test.rb Fix "nonexistent" typo in tests 2014-12-02 19:19:10 -05:00
inverse_associations_test.rb Fixed automatic inverse_of for models nested in module 2014-06-15 16:16:55 -07:00
join_model_test.rb deprecate Relation#uniq use Relation#distinct instead. 2015-05-26 10:35:14 +02:00
nested_through_associations_test.rb Make sure assertion passes for postgresql. 2014-07-22 17:03:26 +08:00
required_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00