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
Jon Leighton 89e98e278a Merge pull request #3030 from htanata/fix_habtm_select_query_method
Fix: habtm doesn't respect select query method
2011-09-26 16:52:23 +01:00
..
belongs_to_associations_test.rb Fix belongs_to polymorphic with custom primary key on target. 2011-09-26 15:42:34 +01:00
callbacks_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
cascaded_eager_loading_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_load_includes_full_sti_class_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_load_nested_include_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_singularization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
eager_test.rb ActiveRecord: Fix eager loading so that giving a blank order clause generates valid SQL 2011-07-18 14:56:37 -06:00
extension_test.rb Disable active record marshalling tests on Ruby 1.8.7 on Travis CI, as they have been failing intermittently for a long while due to what appears to be a Ruby bug. If anyone has the skills/expertise/time to debug this, please speak to the Travis guys. 2011-09-06 11:45:08 +01:00
habtm_join_table_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
has_and_belongs_to_many_associations_test.rb Merge pull request #3030 from htanata/fix_habtm_select_query_method 2011-09-26 16:52:23 +01:00
has_many_associations_test.rb Merge pull request #3030 from htanata/fix_habtm_select_query_method 2011-09-26 16:52:23 +01:00
has_many_through_associations_test.rb The join_nodes must be passed to the JoinDependency initializer and therefore counted by the alias tracker. This is because the association_joins are aliased on initialization and then the tables are cached, so it is no use to alias the join_nodes later. Fixes #2556. 2011-08-29 15:05:47 +01:00
has_one_associations_test.rb Only call set_owner_attributes for has_one association if target exists. 2011-07-04 18:43:09 +02:00
has_one_through_associations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
identity_map_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
inner_join_association_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
inverse_associations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
join_model_test.rb Do not hardcode :id as it was ignored by mass assignment filter 2011-06-08 11:56:23 +03:00
nested_through_associations_test.rb Don't include any of includes, preload, joins, eager_load in the through association scope. 2011-09-07 09:27:41 +01:00