aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-4/+4
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-4/+4
* | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-5/+12
* | use arel nodes to represent non-string `order_values`.Yves Senn2013-11-191-19/+11
|/
* Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...David Heinemeier Hansson2013-11-021-0/+12
* unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8...Rafael Mendonça França2013-11-021-3/+0
* Merge branch 'master' into joindepAaron Patterson2013-10-211-1/+8
|\
| * Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sqlRafael Mendonça França2013-10-211-0/+7
| |\
| | * Process sub-query relation's binding valuesPaul Nikitochkin2013-10-201-0/+7
| * | Allow unscope to work with `where.not`Eric Hankins2013-10-211-1/+1
| |/
* / pass the outer joins to join_constraintsAaron Patterson2013-10-201-5/+1
|/
* merge JoinDependency as outer joinsAaron Patterson2013-10-101-1/+1
* stuff the join dependency object in the "anything goes" hash.Aaron Patterson2013-10-101-2/+4
* stop splatting things back and forthAaron Patterson2013-10-101-1/+1
* hide join_constraints inside the JoinDependency objectAaron Patterson2013-10-091-2/+1
* Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scopeRafael Mendonça França2013-09-161-6/+5
|\
| * Collapse where constraints to one where constraintPaul Nikitochkin2013-09-131-6/+5
* | Allow Relation#from to accept other relations with bind values.Ryan Wallace2013-09-081-0/+1
|/
* Extracted from `order` processing of arguments, and use it for `reorder` to b...Paul Nikitochkin2013-09-041-13/+16
* Minor optimization and code cleanup in query_methods.Eugene Gilburg2013-07-311-38/+45
* Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-2/+2
* Improve ActiveRecord::QueryMethods#includes docsHenrik Hodne2013-07-171-0/+8
* decouple the manager class from building join constraintsAaron Patterson2013-07-161-4/+5
* save another array allocationAaron Patterson2013-07-151-1/+1
* removing useless assingmentAaron Patterson2013-07-151-1/+1
* use arel rather than slapping together SQL stringsAaron Patterson2013-07-151-2/+4
* Blacklist->whitelist for reference scans in order!Ernie Miller2013-07-141-1/+1
* resolve aliases before passing the hash to the predicate builderAaron Patterson2013-07-021-0/+1
* Simplify/fix implementation of default scopesJon Leighton2013-06-281-1/+1
* flatten merged join_values before building the joinsNeeraj Singh2013-06-221-1/+1
* Merge pull request #10767 from jmondo/masterCarlos Antonio da Silva2013-05-291-1/+1
|\
| * use grep over select for consistency and efficiencyJohn Gesimondo2013-05-281-1/+1
* | `implicit_readonly` is being removed in favor of calling `readonly` explicitlyYves Senn2013-05-271-5/+0
|/
* added to rdoc for unscope that default_scope winsNeeraj Singh2013-05-031-0/+3
* When empty options passed to having clause having_values was [nil] but should...Fyodor2013-04-231-1/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-2/+1
|\
| * mark relation mutator as :nodoc: [ci skip]Francesco Rodriguez2013-04-021-2/+1
* | converge three lines into oneNeeraj Singh2013-04-101-3/+1
|/
* Fix some typos in AR- CHANGELOG, tests, method doc. fixedVipul A M2013-03-201-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-9/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-051-1/+1
|\
| * Fix WhereChain docs to mention only notErnie Miller2013-03-041-1/+1
* | Remove .all usage from unscope doc examples [ci skip]Carlos Antonio da Silva2013-03-041-4/+4
* | Use 1.9 hash style in changelog and doc examples [ci skip]Carlos Antonio da Silva2013-03-041-3/+3
* | Created an unscope method for removing relations from a chain ofwangjohn2013-03-031-0/+94
|/
* Expand order(:symbol) to "table".symbol to prevent broken queries on PG.Yves Senn2013-02-251-0/+5
* Make explicit the method will raise an exceptionRafael Mendonça França2013-02-241-10/+10
* Merge pull request #9345 from wangjohn/change_name_of_query_method_argument_c...Rafael Mendonça França2013-02-201-10/+10
|\
| * Renaming the check_empty_arguments method to something more descriptive.wangjohn2013-02-201-10/+10