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
*
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