aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* `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
* Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-021-5/+1
* Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-311-0/+2
* Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-301-1/+39
|\
| * added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-191-1/+39
* | Merge pull request #13008 from ktheory/sanitize_orderSean Griffin2015-10-291-0/+7
|\ \
| * | Support SQL sanitization in AR::QueryMethods#orderAaron Suggs2013-11-221-0/+7
* | | Do not omit parentheses [ci skip]Ryuta Kamizono2015-10-251-1/+1
* | | Green version of moving the handling of supported arguments to `where`yui-knk2015-10-181-2/+0
* | | Revert "Move the handling of supported arguments to `where`"Rafael Mendonça França2015-10-171-0/+2
* | | Move the handling of supported arguments to `where`Sean Griffin2015-10-161-2/+0
* | | `where` raises ArgumentError on unsupported types.Jake Worth2015-10-161-0/+2