This project is archived and is in readonly mode.
render :partial => @collection.named_scope
Reported by luke (at mudbugmedia) | April 29th, 2008 @ 01:08 AM
When I tried to use render :partial => @collection.active (active being a named_scope) I got the following error:
Couldn't find template file for active_record/named_scope/scopes/_scope
vendor/rails/actionpack/lib/action_view/template.rb:72:in `set_extension_and_file_name'
Comments and changes to this ticket
-
nkallen April 30th, 2008 @ 07:41 AM
Fixed:
http://github.com/nkallen/rails/...
Some tests in AP are red right now I'm pretty sure it's not my fault.
-
Repository April 30th, 2008 @ 08:43 PM
- State changed from new to resolved
(from [a3da293b3363a56c28773088cbf932115eb3a2b0]) Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]
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>