aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
Commit message (Collapse)AuthorAgeFilesLines
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ↵Josh Kalderimis2011-01-121-1/+1
| | | | | | date_time, and time conversions.rb. This fixes an issue when requiring json and AS saying that i18n is also required. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Prevent any warnings from being printed during RDoc generationJoost Baaij2010-08-261-1/+1
|
* fixing space errorsAaron Patterson2010-07-261-2/+2
|
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
|
* Don't undefine object_idJeremy Kemper2009-04-261-1/+1
|
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+3
|
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+72