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
Aaron Patterson 3d87c26845 push up bind params on "simple" subquery calculations
bind parameters we not being propogated to simple subquery calculation
calls. This fixes it
2014-05-02 11:52:37 -07:00
..
association_scope_test.rb Merge branch 'master' into adequaterecord 2014-02-17 11:21:18 -08:00
belongs_to_associations_test.rb Merge pull request #14735 from byroot/idempotent-counter-caches 2014-04-14 10:16:27 -07:00
callbacks_test.rb Remove unused variable 2014-05-01 14:10:11 -03:00
cascaded_eager_loading_test.rb Improve the tests to not call assert_nothing_raised 2014-01-01 14:15:01 -02:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_singularization_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_test.rb ✂️ 2014-04-11 15:46:04 -03:00
extension_test.rb Revert the whole refactoring in the association builder classes. 2013-12-11 19:28:32 -02:00
has_and_belongs_to_many_associations_test.rb Fix custom join_table name on habtm reflections 2014-04-25 17:34:13 -03:00
has_many_associations_test.rb push up bind params on "simple" subquery calculations 2014-05-02 11:52:37 -07:00
has_many_through_associations_test.rb clear shouldnt fire callbacks so remove order test 2014-04-28 19:31:45 -04:00
has_one_associations_test.rb Associations now raise ArgumentError on name conflicts. 2014-01-31 00:29:48 -02:00
has_one_through_associations_test.rb Raise ArgumentError when has_one is used with counter_cache 2013-11-29 19:21:49 -08:00
inner_join_association_test.rb Pass a base relation to build_default_scope when joining 2014-02-21 17:58:40 -05: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
nested_through_associations_test.rb preheat habtm column cache 2013-10-02 17:22:28 -07:00