aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/null_relation.rb
Commit message (Expand)AuthorAgeFilesLines
* Mark the arguments needed by activerecord-deprecated_finders with a TODORafael Mendonça França2013-12-111-2/+4
* Revert "Merge pull request #12518 from vipulnsward/remove_count_options"Rafael Mendonça França2013-12-111-1/+1
* Pluck on NullRelation accepts a list of columnsDerek Prior2013-10-151-1/+1
* Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio...Vipul A M2013-10-141-1/+1
* Removed where_values_hash from AR::NullRelationPaul Nikitochkin2013-09-281-4/+0
* Make NullRelation a bit more like a real relation by returning 0 for #calcula...Ben Woosley2013-05-101-1/+5
* No point in memoizing a simple literal string.Ben Woosley2013-05-101-1/+1
* Delegate all calculations to the scope.Jon Leighton2012-11-091-0/+4
* Nullify the relation at a more general level.Jon Leighton2012-11-091-1/+1
* improve NullRelation docs [ci skip]Vijay Dev2012-07-211-1/+0
* Fix typos and add nodocs to NullRelationOscar Del Ben2012-07-171-1/+1
* unused method argumentsAkira Matsuda2012-06-011-7/+6
* modulize AR::NullRelationAkira Matsuda2012-06-011-2/+2
* Override AR::Relation methods in NullRelation.Juanjo Bazán2012-04-111-0/+53
* Added `none` query method to return zero records.Juanjo Bazán2012-01-311-0/+10