aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* :cut: whitespaceAaron Patterson2013-10-301-2/+2
* Add failing test for preloading with a polymorphic association and using the ...David Heinemeier Hansson2013-10-281-1/+10
* Squashed commit of the following:Aaron Patterson2013-10-011-0/+6
* Extracted from `order` processing of arguments, and use it for `reorder` to b...Paul Nikitochkin2013-09-041-2/+5
* remove deprecated implicit join references.Yves Senn2013-06-291-15/+5
* Remove depreacted findersŁukasz Strzałkowski2013-06-281-2/+2
* Make test name descriptive and add reference to original regression commitVipul A M2013-06-151-1/+2
* has_many through obeys order on through associationNeeraj Singh2013-04-041-1/+1
* test-case to prevent resetting associations when preloading twice.Yves Senn2013-03-221-0/+7
* Merge pull request #9782 from vipulnsward/change_from_each_to_each_key_habtmRafael Mendonça França2013-03-181-2/+2
|\
| * 1. Change from each to each_value since we did not use keyVipul A M2013-03-191-2/+2
* | fix typos in AR. lots of them.Vipul A M2013-03-191-1/+1
|/
* Expand order(:symbol) to "table".symbol to prevent broken queries on PG.Yves Senn2013-02-251-1/+6
* don't apply invalid ordering when preloading hmt associations.Yves Senn2013-02-241-0/+5
* don't cache invalid subsets when preloading hmt associations.Yves Senn2013-02-141-0/+6
* Merge pull request #8568 from inossidabile/fix-in_clause_lengthJon Leighton2013-01-111-7/+7
|\
| * Eager loading made to use relation's in_clause_length instead of host's one (...Boris Staal2012-12-201-7/+7
* | Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-3/+4
|/
* Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-0/+6
* Remove not used variable warnignsCarlos Antonio da Silva2012-12-011-4/+4
* Add a test to make sure preloading properly merges association and default sc...Pratik Naik2012-08-281-0/+12
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-114/+114
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-76/+76
* No need to cache table metadata in advance now that #6683 was merged.Rafael Mendonça França2012-06-111-11/+0
* Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-111-0/+4
|\
| * Cache metadata in advance to avoid extra sql statements while testing.Yasuo Honda2012-05-251-0/+7
* | Fix fragile #assert_queries implementation and usages.Steve Jorgensen2012-06-091-2/+0
|/
* CollectionProxy < RelationJon Leighton2012-05-111-1/+1
* remove deprecated callsJon Leighton2012-04-271-46/+46
* more deprecations manually fixedJon Leighton2012-04-271-31/+31
* find and replace deprecated keysJon Leighton2012-04-271-63/+63
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-79/+79
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-2/+2
* remove deprecate #calculate callsJon Leighton2012-04-261-2/+2
* remove tests for #with_scope (it's now deprecated)Jon Leighton2012-04-251-33/+0
* fix testsJon Leighton2012-04-131-62/+61
* Adds test to check that circular preloading does not modify Model.unscoped (a...Benedikt Deicke2012-04-031-0/+6
* Fix #5667. Preloading should ignore scoping.Jon Leighton2012-03-301-0/+11
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-10/+10
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-27/+94
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-42/+42
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-42/+42
* More tests deep including through habtmArun Agrawal2011-12-211-0/+7
* reintroduce patch from #726 to handle nested eager loading via associationsJay Levitt2011-11-301-0/+35
* ActiveRecord: Fix eager loading so that giving a blank order clause generates...Elliot Winkler2011-07-181-0/+12
* Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...Jon Leighton2011-07-091-0/+8
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* fixing test for mysql2Aaron Patterson2011-05-271-5/+2
* adding a test for #1322Aaron Patterson2011-05-261-0/+15