aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | applies new doc guidelines to Active Record.Yves Senn2015-10-141-17/+19
* | | `private def` breaks RDoc. Move meathod to preserve the docs.Yves Senn2015-10-131-6/+6
* | | docs, recognize code examples as Ruby in `Relation::QueryMethods` [ci skip]Yves Senn2015-10-131-33/+37
* | | Remove unused requireakihiro172015-10-081-1/+0
* | | Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-021-5/+3
* | | Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip]amitkumarsuroliya2015-09-261-1/+1
* | | docs, add missing closing bracket. [ci skip]amitkumarsuroliya2015-09-251-1/+1
* | | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-1/+1
* | | #where fails if opts.responds_to?(:==) unexpectedlySamuel Williams2015-09-051-1/+1
* | | Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-191-6/+3
* | | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-301-9/+7
* | | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-1/+3
| |/ |/|
* | Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...Jeremy Kemper2015-02-241-1/+1
* | Merge pull request #18744 from mfazekas/no-table-name-with-fromRafael Mendonça França2015-02-241-5/+9
* | Fixed AR::Relation#group method when argument is a SQL reserved keywordBogdan Gusiev2015-01-291-13/+15
* | Bring the implementation of Relation#or up to speedSean Griffin2015-01-281-36/+8
* | Added #or to ActiveRecord::RelationMatthew Draper2015-01-281-0/+59
* | Remove Relation#bind_paramsSean Griffin2015-01-271-10/+1
* | Use an `Attribute` object to represent a bind valueSean Griffin2015-01-271-1/+11
* | Minor refactorings on `Relation#build_joins`Sean Griffin2015-01-271-26/+13