This project is archived and is in readonly mode.
Fix for ActionView::Template#refresh in rails 3.1.0.beta
Reported by André Camargo | October 15th, 2010 @ 04:26 AM
After pull new changes my Rails3 app started to raise MissingTemplate exceptions for views with 2 depth directories (like for app/views/admin/banner/index.html.erb).
I perceived that the path for template informed by exception message was missing the slashes.
In the attach you'll find the fix for code and test suite.
Comments and changes to this ticket
-
José Valim October 15th, 2010 @ 07:43 AM
- State changed from new to resolved
- Importance changed from to Low
AWESOME. Applied, thanks.
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>