Ruby Forum Rails-core (closed, excessive spam) > cache_template_extensions deprecated?

Posted by José Valim (josevalim)
on 13.05.2008 22:28
(Received via mailing list)
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.
Posted by Michael Koziarski (Guest)
on 17.05.2008 02:38
(Received via mailing list)
> 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