This project is archived and is in readonly mode.
ActionView::TemplateFinder: Allow configurable number of symlinks in view paths
Reported by sr | August 4th, 2008 @ 08:56 AM | in 2.x
The current ActionView::TemplateFinder allows for only one Symlink Level in the view paths, when it caches the view templates. This poses problems if you have multiple symlink levels. The attached patches allow the number of symlink levels to be followed and configured via config.symlink_levels in config/environment.rb.
Comments and changes to this ticket
-
Pratik August 23rd, 2008 @ 01:02 AM
- State changed from new to wontfix
TemplateFinder is no longer in edge. You should probably just make a plugin for your app.
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>