aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/querying.rb
Commit message (Expand)AuthorAgeFilesLines
* measure record instantiation time in AS::NotificationsAaron Patterson2014-10-131-1/+10
* some object allocation reduction for new AR objectsAaron Patterson2014-09-271-1/+2
* Remove old deprecation warningSean Griffin2014-06-221-8/+1
* No need to decorate columns twiceSean Griffin2014-06-101-1/+1
* Result sets never override a model's column typeSean Griffin2014-05-291-1/+1
* Ensure #second acts like #first AR finderJason Meller2014-01-201-0/+1
* Delegate #rewhere to all on the class like all other relation methodsDavid Heinemeier Hansson2013-11-021-1/+1
* Moving the `pluck` and `ids` methods to their own delegate line.wangjohn2013-06-251-8/+9
* improved doc for ActiveRecord#find_by_sql method (Refs #10599) [ci skip]Anton Kalyaev2013-05-141-3/+4
* Delegate #unscope query methodCarlos Antonio da Silva2013-04-281-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-14/+10
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-1/+0
* Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-5/+2
* Add Relation#find_or_create_by and friendsJon Leighton2012-10-191-0/+1
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-7/+7
* Log query plan when we use count_by_sql method.kennyj2012-07-181-2/+4
* Introducing `take` as a replacement to the old behavior of `first`Marcelo Silveira2012-05-021-1/+1
* Fix PR #6091Andrew White2012-04-301-1/+1
* Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-301-0/+1
* column types are passed from the result set to the instantiated AR objectAaron Patterson2012-02-071-1/+10
* Merge pull request #4805 from xuanxu/none_and_null_object_patternJon Leighton2012-01-311-1/+1
|\
| * Added `none` query method to return zero records.Juanjo Bazán2012-01-311-1/+1
* | always return the result set from select_allAaron Patterson2012-01-311-1/+1
* | made the result set object act more like an arrayAaron Patterson2012-01-311-1/+2
|/
* Add ActiveRecord::Relation#references (#950)Jon Leighton2012-01-161-1/+1
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+58