This project is archived and is in readonly mode.
allow a Pathname for render :file
Reported by Trent Ogren | March 12th, 2009 @ 12:45 PM | in 2.x
This patch allows Pathnames to be passed to render :file
render :file => Rails.root.join("public", "meaning_of_life.html")
Comments and changes to this ticket
-
Pratik March 13th, 2009 @ 11:22 AM
- Assigned user set to josh
-
Repository March 14th, 2009 @ 03:42 PM
- State changed from new to resolved
(from [7706b57034e91820cf83445aede57c54ab66ac2d]) allowed render :file to take Pathnames [#2220 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com 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
Attachments
Referenced by
- 2220 allow a Pathname for render :file (from [7706b57034e91820cf83445aede57c54ab66ac2d]) allowed...