aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* support relations created with a table aliasJon Leighton2012-07-131-1/+1
* minor text change [ci skip]Vijay Dev2012-07-071-1/+1
* Revert "Add nodoc to relation methods"Vijay Dev2012-07-071-22/+24
* Add nodoc to relation methodsOscar Del Ben2012-07-061-24/+22
* Add order docsOscar Del Ben2012-07-051-0/+10
* Add group documentationOscar Del Ben2012-07-051-0/+12
* Add documentation for includesOscar Del Ben2012-07-051-0/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-06-301-5/+7
|\
| * update AR::FinderMethods#exists?(false) example [ci skip]Francesco Rodriguez2012-06-281-5/+7
* | fixing typo in from documentationSubba Rao Pasupuleti2012-06-281-2/+2
* | Use args.flatten! in query methods when applicableCarlos Antonio da Silva2012-06-251-7/+12
* | Merge pull request #6544 from flexoid/issue-6431Piotr Sarnacki2012-06-251-6/+6
|\ \
| * | exists?(false) returns falseEgor Lynko2012-06-251-6/+6
* | | Ensure Arel columns are typecasted properly when grouping with calculationCarlos Antonio da Silva2012-06-251-6/+6
|/ /
* / Stop assuming strings for grouped calculationsErnie Miller2012-06-241-6/+17
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-06-221-3/+15
|\
| * fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-4/+2
| * Add documentation for ActiveRecord::QueryMethods#reverse_order [ci skip]Florent Guilleux2012-06-161-0/+3
| * Add documentation for ActiveRecord::QueryMethods#offset [ci skip]Ulises Cabanillas2012-06-161-0/+7
| * Add documentation for ActiveRecord::QueryMethods#limit [ci skip]Florent Guilleux2012-06-161-3/+7
* | Add changelog entry and guide updates for pluck with multiple columnsCarlos Antonio da Silva2012-06-221-0/+1
* | Refactor pluck with multiple columnsCarlos Antonio da Silva2012-06-221-26/+13
* | ActiveRecord#pluck now accepts multiple columnsjeroeningen2012-06-221-15/+35
* | disallow mutating a relation once loadedJon Leighton2012-06-221-18/+20
* | Extract conditional to a method to avoid duplicationRafael Mendonça França2012-06-191-15/+19
* | handle joins/includes correctly for pluck and calculation.Andrey Deryabin2012-06-191-1/+6
* | Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-2/+1
* | Documentation for where and where! methods on relations.David Paschich2012-06-181-0/+92
|/
* Address ORA-00911 errors because of the heading underscore.Yasuo Honda2012-06-111-1/+1
* Fix that #exists? raises ThrowResult when called with an empty limitedBen Woosley2012-06-101-0/+2
* Add test to column alias in `exists?` SQL.Rafael Mendonça França2012-06-101-1/+1
* Minimal change to query generation of exists? that makes SQLServer and others...iaddict2012-06-101-1/+1
* Fix #6635. We should call Scoping methods, before calling Array methods.kennyj2012-06-101-5/+5
* Remove conditional committed by accidentSantiago Pastorino2012-06-091-1/+1
* Use each_with_object instead of each hereSantiago Pastorino2012-06-091-1/+1
* modulize AR::NullRelationAkira Matsuda2012-06-011-1/+1
* Merge branch 'master-sec'Aaron Patterson2012-05-311-1/+1
|\
| * predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-1/+1
* | Fix wrong example for count method with block [ci skip]Carlos Antonio da Silva2012-05-311-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-303-22/+32
|\ \
| * | copy edit the batches docs [ci skip]Vijay Dev2012-05-301-9/+7
| * | Adds to Batch processing documentation [ci skip]Alvaro Pereyra2012-05-281-9/+20
| * | fix typo and remove 'examples' noise [ci skip]Francesco Rodriguez2012-05-281-18/+6
| * | Updates examples for FinderMethods [ci skip]Alvaro Pereyra2012-05-281-2/+14
| * | Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-284-1/+9
| |\ \
| | * | "a sql" -> "an SQL" per API documentation guidelinesMark Rushakoff2012-05-271-1/+1
| | |/
| * | Adds examples to FinderMethods#first [ci skip]Alvaro Pereyra2012-05-281-0/+1
| * | Remove blank trailing commentsHenrik Hodne2012-05-204-8/+0
| |/
* | Yield only one argument instead of splatting.Carlos Antonio da Silva2012-05-281-2/+2
* | Allow blocks for count with ActiveRecord::Relation. Document and test that su...chrisfinne2012-05-281-3/+14
|/