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
/
relation
/
delegation.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
-14
/
+2
*
docs, nodoc internal Active Record `DelegateCache`. [ci skip]
Yves Senn
2015-10-13
1
-3
/
+3
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Allow Relation#compact using delegation
Jordan Raine
2015-05-28
1
-1
/
+1
*
Remove unneeded `require 'as/deprecation'`
claudiob
2015-01-04
1
-1
/
+0
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+1
*
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-11
/
+14
*
argument prefix warning removed
Arun Agrawal
2013-12-13
1
-1
/
+1
*
Add a bunch of Relation -> Array delegate methods to the whitelist. This won'...
Jeremy Kemper
2013-12-12
1
-4
/
+12
*
Use `public_send` instead of just use `send`.
Lauro Caetano
2013-12-12
1
-5
/
+5
*
Use a whitelist to delegate methods to array
Lauro Caetano
2013-12-12
1
-18
/
+6
*
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-3
/
+14
*
no need to fully qualify
Aaron Patterson
2013-08-30
1
-1
/
+1
*
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-20
/
+29
*
no need for the const_get since we lock
Aaron Patterson
2013-08-30
1
-5
/
+1
*
require a class for cache computations
Aaron Patterson
2013-08-30
1
-1
/
+3
*
cache misses should return self
Aaron Patterson
2013-08-30
1
-1
/
+1
*
stop relying on side effects of const_missing
Aaron Patterson
2013-07-23
1
-7
/
+7
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-4
/
+2
*
add missing :nodoc: marks to ActiveRecord::Delegation [ci skip]
Francesco Rodriguez
2013-04-29
1
-3
/
+3
*
Use define_method when method name contains weird characters.
Krzysztof Jurewicz
2013-03-18
1
-5
/
+3
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-1
/
+1
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
1
-1
/
+0
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-22
/
+16
*
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
1
-32
/
+100
*
Make ActiveRecord::Delegation#method_missing threadsafe
Jon Leighton
2012-11-10
1
-3
/
+21
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Add nodocs to delegation module and docs for merge!
Oscar Del Ben
2012-07-17
1
-1
/
+1
*
Fix #6635. We should call Scoping methods, before calling Array methods.
kennyj
2012-06-10
1
-5
/
+5
*
Do not raise an exception if an invalid route was generated automatically.
José Valim
2011-12-16
1
-1
/
+1
*
Set up delegations also for to_a and arel branches.
José Valim
2011-12-15
1
-2
/
+9
*
Move delegation reponsibilities of Relation to a module. Also precompile meth...
José Valim
2011-12-15
1
-0
/
+42