aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/deprecation.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'assigned but unused variable' warningSteve Klabnik2012-09-181-1/+2
|
* refactor RAILS_CACHE deprecationSergey Nartimov2012-01-191-29/+8
| | | | that was introduced in 6f8159c4217dc8433a2027ced0c61e7ce94551d3
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-0/+39
|
* Remove constants deprecation.José Valim2010-08-291-33/+0
|
* Ruby 1.9: be sure to explicitly reference toplevel constants within ↵Jeremy Kemper2010-08-261-3/+3
| | | | BasicObject deprecation proxies
* Fixed broken test suite - there was problem with namespacing in ↵Łukasz Strzałkowski2010-08-261-2/+2
| | | | DeprecatedConstant class
* Fix a subtle bug involving RAILS_ROOTwycats2010-08-261-2/+8
|
* Fix up constant deprecation to be less dependent on load orderwycats2010-08-261-54/+19
|
* Make RAILS_* give deprecation warning just oncePratik Naik2010-02-041-6/+21
|
* Cleanup deprecation notices.Joshua Peek2010-01-181-3/+3
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-2/+32
|
* Remove config.gem deprecation stub since its not "deprecated" butJoshua Peek2010-01-061-8/+0
| | | | | | completely removed. This makes feature detection easier with config.respond_to?(:gem)
* Remove some remnants of config.gemCarl Lerche2009-10-171-1/+9
|
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-0/+17
application's object root)