aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation.rb
Commit message (Expand)AuthorAgeFilesLines
...
* More deprecation funDavid Heinemeier Hansson2006-09-031-3/+2
* If not running in Rails, we will log deprecations to $stderrDavid Heinemeier Hansson2006-09-031-2/+6
* Modules can deprecate stuff tooDavid Heinemeier Hansson2006-09-031-1/+1
* Stress that 2.0 is the cut and that we will have a page listing deprecationsDavid Heinemeier Hansson2006-09-031-1/+2
* Made it clear that deprecated stuff leaves on majors onlyDavid Heinemeier Hansson2006-09-031-2/+1
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-0/+1
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-1/+15
* New dependencies implementationNicholas Seckar2006-08-081-9/+15
* separate warn method for easier localization overrideJeremy Kemper2006-08-081-1/+5
* Include called method in instance variable deprecation warning.Jeremy Kemper2006-08-081-6/+2
* Don't warn when the deprecated ivar proxy is instantiated.Jeremy Kemper2006-08-071-1/+0
* DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.Jeremy Kemper2006-08-051-4/+23
* Deprecation: easier to work with warning behavior as procs; default behaviors...Jeremy Kemper2006-08-011-32/+74
* Initial Version of Deprecation for Rails[Koz]Michael Koziarski2006-07-271-0/+46