rails/activerecord/test/cases/associations
Rafael Mendonça França c069e0fa34 Merge pull request #12918 from versioncontrol/rails-12866
Checks to see if the record contains the foreign_key to set the inverse automatically

Conflicts:
	activerecord/CHANGELOG.md
2013-11-16 18:28:03 -02:00
..
association_scope_test.rb Represent association scope options as AR::Relations insternally. 2012-07-13 16:23:06 +01:00
belongs_to_associations_test.rb Clear class ivar before testing 2013-07-29 03:03:24 +09:00
callbacks_test.rb Revert "Use flat_map { } instead of map {}.flatten" 2012-10-05 12:07:16 -03:00
cascaded_eager_loading_test.rb query the association rather than send the method for the association name 2013-08-27 15:14:48 -07:00
eager_load_includes_full_sti_class_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
eager_load_nested_include_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
eager_singularization_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
eager_test.rb Fix that eager loading of polymorphic associations did not work with association empty?/any? predicates any more (there is still a problem when select is applied to a relation, or if you try association#exists? -- but its easier to work around) 2013-11-14 14:43:14 -08:00
extension_test.rb Define the association extensions without need to have a builder 2013-10-09 00:48:56 -03:00
has_and_belongs_to_many_associations_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
has_many_associations_test.rb Checks to see if the record contains the foreign_key to set the inverse automatically 2013-11-16 21:18:02 +01:00
has_many_through_associations_test.rb Prevent the counter cache from being decremented twice 2013-11-11 19:53:02 +03:00
has_one_associations_test.rb Fix test name [ci skip] 2013-11-14 23:45:30 -02:00
has_one_through_associations_test.rb Unneeded assertion 2013-07-29 03:03:24 +09:00
inner_join_association_test.rb Fix that eager loading of polymorphic associations did not work with association empty?/any? predicates any more (there is still a problem when select is applied to a relation, or if you try association#exists? -- but its easier to work around) 2013-11-14 14:43:14 -08:00
inverse_associations_test.rb inversed instance should not be reloaded after stale state was changed 2013-10-13 21:51:40 +01:00
join_model_test.rb Fix some typos in AR- CHANGELOG, tests, method doc. fixed 2013-03-20 11:17:01 +05:30
nested_through_associations_test.rb preheat habtm column cache 2013-10-02 17:22:28 -07:00