Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 'assigned but unused variable' warning | Steve Klabnik | 2012-09-18 | 1 | -1/+2 |
| | |||||
* | refactor RAILS_CACHE deprecation | Sergey Nartimov | 2012-01-19 | 1 | -29/+8 |
| | | | | that was introduced in 6f8159c4217dc8433a2027ced0c61e7ce94551d3 | ||||
* | Deprecate RAILS_CACHE constant. | kennyj | 2012-01-18 | 1 | -0/+39 |
| | |||||
* | Remove constants deprecation. | José Valim | 2010-08-29 | 1 | -33/+0 |
| | |||||
* | Ruby 1.9: be sure to explicitly reference toplevel constants within ↵ | Jeremy Kemper | 2010-08-26 | 1 | -3/+3 |
| | | | | BasicObject deprecation proxies | ||||
* | Fixed broken test suite - there was problem with namespacing in ↵ | Łukasz Strzałkowski | 2010-08-26 | 1 | -2/+2 |
| | | | | DeprecatedConstant class | ||||
* | Fix a subtle bug involving RAILS_ROOT | wycats | 2010-08-26 | 1 | -2/+8 |
| | |||||
* | Fix up constant deprecation to be less dependent on load order | wycats | 2010-08-26 | 1 | -54/+19 |
| | |||||
* | Make RAILS_* give deprecation warning just once | Pratik Naik | 2010-02-04 | 1 | -6/+21 |
| | |||||
* | Cleanup deprecation notices. | Joshua Peek | 2010-01-18 | 1 | -3/+3 |
| | |||||
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 1 | -2/+32 |
| | |||||
* | Remove config.gem deprecation stub since its not "deprecated" but | Joshua Peek | 2010-01-06 | 1 | -8/+0 |
| | | | | | | completely removed. This makes feature detection easier with config.respond_to?(:gem) | ||||
* | Remove some remnants of config.gem | Carl Lerche | 2009-10-17 | 1 | -1/+9 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -0/+17 |
application's object root) |