aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/proc.rb
Commit message (Expand)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* deprecate Proc#bind that can cause symbol memory leakSergey Nartimov2012-03-221-0/+3
* Added missing require and delete unused one on proc.rbSantiago Pastorino2010-04-131-1/+1
* Commented metaprogramming turned out to be noisier not clearerJeremy Kemper2010-02-251-3/+3
* Require missing file in ASYehuda Katz + Carl Lerche2009-06-151-0/+2
* uses Object#metaclass and Object#class_eval in a few spotsXavier Noria2009-06-121-1/+1
* Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-3/+3
* Add Object#instance_exec and Proc#bindSam Stephenson2006-01-231-0/+12