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
/
test
/
cases
/
relation
/
delegation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure `Relation` responds to `shuffle`
Sean Griffin
2015-12-01
1
-1
/
+1
*
Remove blanket array delegation from `Relation`
Sean Griffin
2015-11-23
1
-6
/
+0
*
Add test to 57daaef
Rafael Mendonça França
2015-05-28
1
-1
/
+1
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-4
/
+11
*
Add a bunch of Relation -> Array delegate methods to the whitelist. This won'...
Jeremy Kemper
2013-12-12
1
-28
/
+14
*
Use `public_send` instead of just use `send`.
Lauro Caetano
2013-12-12
1
-4
/
+4
*
Use a whitelist to delegate methods to array
Lauro Caetano
2013-12-12
1
-57
/
+32
*
`delgated` => `delegated`
Akshay Vishnoi
2013-11-25
1
-4
/
+4
*
Avoid sorting an Array including objects from different Classes
Akira Matsuda
2013-11-11
1
-1
/
+1
*
Load test fixtures where data are needed
Akira Matsuda
2013-11-11
1
-0
/
+2
*
A tiny grammatical fix
Akira Matsuda
2013-11-11
1
-1
/
+1
*
Allow methods arity below -1 in assert_responds.
Federico Ravasio
2013-10-08
1
-3
/
+4
*
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-0
/
+97