aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Use __callee__ to pass alias instead of original method namemeganemura2017-10-051-1/+1
* PERF: Recover `ActiveRecord::pluck` performance.Guo Xiang Tan2017-09-061-14/+17
* Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v...Matthew Draper2017-08-021-9/+10
|\
| * `get_value` and `set_value` in `Relation` are no longer used externallyRyuta Kamizono2017-07-251-9/+10
* | Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-251-1/+2
* | Remove useless `JoinInformation`Ryuta Kamizono2017-07-251-5/+2
|/
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-28/+16
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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