index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
null_relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary methods for `NullRelation`
Ryuta Kamizono
2016-07-29
1
-29
/
+7
*
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-1
/
+1
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
Fix NullRelation.update_all and .exists? signature to match the same on Relation
Ben Woosley
2015-03-18
1
-2
/
+2
*
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
1
-0
/
+8
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
1
-5
/
+1
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+8
*
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-3
/
+1
*
Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` used
Kuldeep Aggarwal
2014-05-15
1
-3
/
+17
*
Changed the NullRelation so that when count is called with #group it will pro...
Eric Chahin
2014-04-16
1
-2
/
+2
*
Mark the arguments needed by activerecord-deprecated_finders with a TODO
Rafael Mendonça França
2013-12-11
1
-2
/
+4
*
Revert "Merge pull request #12518 from vipulnsward/remove_count_options"
Rafael Mendonça França
2013-12-11
1
-1
/
+1
*
Pluck on NullRelation accepts a list of columns
Derek Prior
2013-10-15
1
-1
/
+1
*
Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio...
Vipul A M
2013-10-14
1
-1
/
+1
*
Removed where_values_hash from AR::NullRelation
Paul Nikitochkin
2013-09-28
1
-4
/
+0
*
Make NullRelation a bit more like a real relation by returning 0 for #calcula...
Ben Woosley
2013-05-10
1
-1
/
+5
*
No point in memoizing a simple literal string.
Ben Woosley
2013-05-10
1
-1
/
+1
*
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-0
/
+4
*
Nullify the relation at a more general level.
Jon Leighton
2012-11-09
1
-1
/
+1
*
improve NullRelation docs [ci skip]
Vijay Dev
2012-07-21
1
-1
/
+0
*
Fix typos and add nodocs to NullRelation
Oscar Del Ben
2012-07-17
1
-1
/
+1
*
unused method arguments
Akira Matsuda
2012-06-01
1
-7
/
+6
*
modulize AR::NullRelation
Akira Matsuda
2012-06-01
1
-2
/
+2
*
Override AR::Relation methods in NullRelation.
Juanjo Bazán
2012-04-11
1
-0
/
+53
*
Added `none` query method to return zero records.
Juanjo Bazán
2012-01-31
1
-0
/
+10