aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-051-1/+1
* Model.select takes a variable list of arguments.Isaac Sanders2012-08-231-11/+12
* Fix "last equality wins" logic in relation mergeErnie Miller2012-08-191-10/+5
* Fix merge error when Equality LHS is non-attributeErnie Miller2012-08-171-2/+5
* Allow Relation#merge to take a proc.Jon Leighton2012-08-031-2/+13
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-026-6/+0
* AR::Relation#order: make new order prepend old oneBogdan Gusiev2012-07-312-3/+3
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-1/+2
* Changelog and doc updates for the previous changes.Jon Leighton2012-07-271-6/+6
* Deprecate Relation#all.Jon Leighton2012-07-272-15/+2
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* improve NullRelation docs [ci skip]Vijay Dev2012-07-211-4/+4
* minor copy edits [ci skip]Vijay Dev2012-07-211-1/+1
* Add nodocs to delegation module and docs for merge!Oscar Del Ben2012-07-172-1/+2
* Update batches docsOscar Del Ben2012-07-171-6/+6
* Add nodoc to HashMerger and MergerOscar Del Ben2012-07-171-2/+2
* TypoOscar Del Ben2012-07-161-1/+0
* Add documentation for query_methods bang methodsOscar Del Ben2012-07-161-1/+20
* Add nodoc to create_with_valueOscar Del Ben2012-07-161-1/+1
* Add documentation for arel and build_arelOscar Del Ben2012-07-161-0/+2
* Add documentation for create_withOscar Del Ben2012-07-161-1/+19
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-151-2/+39
|\
| * Add docs for having, lock and readonlyOscar Del Ben2012-07-071-0/+12
| * Add doc for joins and improve includes docOscar Del Ben2012-07-071-2/+17
| * Add docs for eager_laod and preloadOscar Del Ben2012-07-071-0/+10
* | fix association :extend optionJon Leighton2012-07-131-1/+1
* | 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