aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/delegation.rb
Commit message (Expand)AuthorAgeFilesLines
* Make ActiveRecord::Delegation#method_missing threadsafeJon Leighton2012-11-101-3/+21
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* Add nodocs to delegation module and docs for merge!Oscar Del Ben2012-07-171-1/+1
* Fix #6635. We should call Scoping methods, before calling Array methods.kennyj2012-06-101-5/+5
* Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-161-1/+1
* Set up delegations also for to_a and arel branches.José Valim2011-12-151-2/+9
* Move delegation reponsibilities of Relation to a module. Also precompile meth...José Valim2011-12-151-0/+42