aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | removes some remaining relation bang methods documentation [ci skip]Xavier Noria2013-02-201-3/+0
* | adds an example in the docs of #not with multiple conditions [ci skip]Xavier Noria2013-02-201-4/+8
|/
* Added comments about the check_empty_arguments method which is calledwangjohn2013-02-201-11/+27
* Raise an error when query methods have blank arguments, and when blank argume...John J Wang2013-02-191-9/+23
* Add example for ActiveRecord::Base.joins using a string as argumentMaurizio De Santis2013-02-071-0/+5
* Add example for ActiveRecord::Base.group using a string as argumentMaurizio De Santis2013-02-071-0/+3
* Add documentation for ActiveRecord.select when use strings as argumentsMaurizio De Santis2013-02-071-0/+10
* reduce the number of queries on IN clauses, fix relation queries in `where`Aaron Patterson2013-01-241-0/+5
* Improve where.not docs [ci skip]Carlos Antonio da Silva2012-12-081-14/+8
* Rollback where.like and where.not_likeCarlos Antonio da Silva2012-12-071-26/+0
* Document the types of arguments accepted by AR#notclaudiob2012-12-071-2/+11
* Fix where.not with in clauseCarlos Antonio da Silva2012-12-071-3/+3
* Update #where rdoc to match 6ba0f97 [ci skip]claudiob2012-12-071-4/+4
* Ensure there won't be any regression with where(nil) callsCarlos Antonio da Silva2012-12-071-4/+4
* Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-071-7/+98
|\
| * Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-7/+96
* | Mark Relation mutators as :nodoc:Jon Leighton2012-11-301-46/+22
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-9/+9
|\
| * 1.9 Syntax related changesAvnerCohen2012-11-101-9/+9