aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `JoinDependency` with using a custom tableRyuta Kamizono2017-07-181-3/+1
* Fix `where` with a custom tableRyuta Kamizono2017-07-181-1/+1
* Fix code formatting for QueryMethods#selectRobin Dupret2017-07-161-2/+3
* Fix `create_with` using both string and symbolRyuta Kamizono2017-07-161-1/+1
* Skip query cache for in_batches and friendsEugene Kenny2017-07-061-0/+5
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-4/+4
* Fix extracting `references` via `order_values` to respect quotingRyuta Kamizono2017-06-261-1/+1
* Don't require 'unscope' to be the same for both sides of a 'or' relation.Dan Sherson2017-06-151-1/+1
* Make `VALID_DIRECTIONS` to `Set`Ryuta Kamizono2017-05-201-3/+5
* Fix ambigious error message of select query methodMehmet Emin INAC2017-05-081-1/+1
* Allow order to be given expressions as hash keysEugene Kenny2017-02-271-1/+6
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-1/+0
* Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`Ryuta Kamizono2016-12-301-4/+0
* Remove deprecated support to passing arguments to `#select` when a block is p...Rafael Mendonça França2016-12-291-3/+1
* Remove deprecated support to query using commas on LIMITRafael Mendonça França2016-12-291-19/+2
* Call `spawn` and bang method for `none`Ryuta Kamizono2016-11-141-1/+1
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Fix regression caused due to removal of select method from CollectionAssociationPrathamesh Sonpatki2016-10-221-1/+10
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-16/+16
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-5/+6
* Remove not used alias methodyui-knk2016-09-061-1/+0
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-261-2/+2
* Merge pull request #26182 from bogdan/remove-relation-metaprogrammingRafael França2016-08-231-76/+49
|\
| * Remove over meta programming in AR::RelationBogdan Gusiev2016-08-231-76/+49
* | Fix indentationRafael Mendonça França2016-08-171-3/+3
* | Merge pull request #25987 from aquajach/masterRafael Mendonça França2016-08-171-1/+1
|\ \ | |/ |/|
| * check if order contains comma first in does_not_support_reverse?Jack Chen Songyong2016-07-291-1/+1
| * have does_not_support_reverse? support sql functions with commas in nested br...Jack2016-07-291-1/+1
* | code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-206/+206
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-10/+10
|/
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-4/+4
* Fix `or` result SQL [ci skip]Ryuta Kamizono2016-06-111-1/+1
* Remove unused `association_for_table` private methodRyuta Kamizono2016-05-271-6/+0
* Allow the connection adapters to determine the order of bind paramsSean Griffin2016-05-061-4/+10
* Show proper error message when a non-relation object is passed to AR::Relatio...Prathamesh Sonpatki2016-02-171-0/+4
* Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-131-0/+2
* Extract a Relation#arel_attributeMatthew Draper2016-02-041-4/+4
* Defer Arel attribute lookup to the model classMatthew Draper2016-02-041-7/+5
* Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-271-2/+16
* Improve error message for #or when it is structurally incompatibleRafael Mendonça França2016-01-131-6/+8
* activerecord: reuse immutable objectsTamir Duberstein2016-01-041-10/+12
* Improve example of #or to use different column values in the where clausesTim Sandberg2015-12-301-2/+2
* remove extra spaces from deprecation messageyuuji.yaginuma2015-12-151-1/+2
* Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-4/+30
* Deprecate limit strings with commasSean Griffin2015-12-141-0/+6
* Docs: ActiveRecord::QueryMethods#joinsJared Beck2015-11-251-2/+22
* Update and fix forbidden attributes testsThomas Walpole2015-11-031-0/+4