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
*
Add `QueryingMethodsDelegationTest` to cover query methods delegation
Ryuta Kamizono
2018-03-22
1
-0
/
+28
*
Merge pull request #30377 from keepcosmos/delegate-missing-methods
Matthew Draper
2017-08-31
1
-2
/
+2
|
\
|
*
Delegate :rindex, :slice, :rotate to 'records'
keepcosmos
2017-08-24
1
-2
/
+2
*
|
Should be appear deprecation message for every call (#29649)
Ryuta Kamizono
2017-08-27
1
-0
/
+1
*
|
Remove unnecessary fixture loading
Ryuta Kamizono
2017-08-24
1
-5
/
+1
|
/
*
Fix failing tests
Sean Griffin
2017-07-25
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+15
*
Remove unused `DelegationTest#call_method`
Ryuta Kamizono
2017-05-06
1
-27
/
+7
*
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-1
/
+1
*
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
1
-1
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-3
/
+3
*
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