This project is archived and is in readonly mode.
Deprecation warnings give inaccurate URL
Reported by Marnen Laibow-Koser | August 7th, 2008 @ 07:20 PM
I'm having a deprecation issue with Rails 2.1. Every now and then, I get this warning:
DEPRECATION WARNING: config.actionview.cachetemplate_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/depre... for details.
There are multiple problems here: • First and foremost, there is no information regarding this issue at http://www.rubyonrails.org/depre... . • It is hard to tell what is causing the warning. The source file referred to appears to be within the Rails 2.1 gem! • "Has no affect" should be "has no effect".
Obviously, this message should be fixed.
Comments and changes to this ticket
-
Ben Woosley October 23rd, 2008 @ 05:38 PM
- Tag changed from 2.1, deprecation, doc to 2.1, deprecation
-
- Also, this URL, which is hard-coded into ActiveSupport::Deprecation::deprecation_message, has no significance to those using ActiveSupport for other purposes. It should be removed altogether, and incorporated into the deprecation message on a case-by-case basis.
-
DHH October 30th, 2008 @ 11:22 AM
- Milestone cleared.
-
Repository October 30th, 2008 @ 11:42 AM
- State changed from new to resolved
(from [ea2545fd8dfcaafcf6eff58c0afe57c55e2c6317]) Update the default deprecation message to not promise that theres more info at the Rails site [#776 state:resolved] http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Tags
Referenced by
- 776 Deprecation warnings give inaccurate URL (from [ea2545fd8dfcaafcf6eff58c0afe57c55e2c6317]) Update ...