This project is archived and is in readonly mode.
ActionView::Rendering uses Object#try but lacks AS require
Reported by Xavier Noria | January 22nd, 2010 @ 04:43 PM
ActionView::Rendering uses Object#try and needs a require from AS. This probably means ActionView::Rendering#render_template has no test coverage, but guides generation is broken right know due to that.
Comments and changes to this ticket
-
Repository January 22nd, 2010 @ 04:50 PM
- State changed from new to resolved
(from [5c53ffe1dbb3ece45ed58ed5b005e9c104f61842]) Add missing require for Object#try [#3771 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/5c53ffe1dbb3ece45ed58ed5b005e9...
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
- 3771 ActionView::Rendering uses Object#try but lacks AS require (from [5c53ffe1dbb3ece45ed58ed5b005e9c104f61842]) Add mis...