In actionpack\lib\action_view\base.rb, line 174 and 175 we have: @@cache_template_extensions = true cattr_accessor :cache_template_extensions I only find that variable on those lines in the whole Rails. It probably wasn't removed after the code refactoring.
on 2008-05-13 22:28
on 2008-05-17 02:38
> In actionpack\lib\action_view\base.rb, line 174 and 175 we have: > > @@cache_template_extensions = true > cattr_accessor :cache_template_extensions > > I only find that variable on those lines in the whole Rails. It > probably wasn't removed after the code refactoring. Thanks for the report, you're right it's no longer used :) -- Cheers Koz