1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
Henrik Hodne ef350c9f2e Improve ActiveRecord::QueryMethods#includes docs
It's not immediately clear whether you can pass in multiple relations or
not. After going through the code a bit, I saw that the arguments are
just appended to an array. Also, added nested relations example.

[ci skip]
2013-07-17 11:37:39 -07:00
..
batches.rb Merge pull request #11161 from dmitry/find_in_batches_works_without_logger 2013-06-28 06:00:20 -07:00
calculations.rb re-introduce select_for_count private method. 2013-07-14 21:00:39 +02:00
delegation.rb add missing :nodoc: marks to ActiveRecord::Delegation [ci skip] 2013-04-29 20:32:13 -05:00
finder_methods.rb fix visibility of the relation construction methods 2013-07-09 17:24:10 -07:00
merger.rb reorder bind parameters when merging relations 2013-07-15 16:29:01 -07:00
predicate_builder.rb resolve aliases before passing the hash to the predicate builder 2013-07-02 11:22:22 -07:00
query_methods.rb Improve ActiveRecord::QueryMethods#includes docs 2013-07-17 11:37:39 -07:00
spawn_methods.rb Simplify/fix implementation of default scopes 2013-06-28 13:45:57 +01:00