aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/deprecation.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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)