aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use flat_map when building AR orderCarlos Antonio da Silva2012-11-041-6/+4
|/
* ActiveRecord::Relation#none! method.Juanjo Bazán2012-10-281-0/+5
* buckets hash isn't public, so use symbol keys to avoid stringAaron Patterson2012-10-151-8/+8
* performance improvements to joins!Aaron Patterson2012-10-121-3/+1
* trailling whitespace cleanup in query_methods.rbYves Senn2012-10-121-12/+12
* learn ActiveRecord::QueryMethods#order work with hash argumentsTima Maslyuchenko2012-10-121-4/+47
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* Pass in the model class rather than engineJon Leighton2012-09-131-1/+1
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-0/+18
* Model.select takes a variable list of arguments.Isaac Sanders2012-08-231-11/+12
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* AR::Relation#order: make new order prepend old oneBogdan Gusiev2012-07-311-2/+2
* 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 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
* 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