Everything is in the styles views directory.  rails 2.1.0.  I am very
confused as this sytnax is supposed to be supported by rails > 2.0.  I even
tried it in 2.3.2 and the same thing.  I watched ryan bates railscasts about
4 times and I still do not know why it is not working.

This works fine:

<%= render :partial => 'style', :collection => @styles %>

Which is even more bewildering.

On Sun, Sep 20, 2009 at 11:41 AM, Colin Law <clan...@googlemail.com> wrote:

>
> 2009/9/20 Chris Habgood <chabg...@gmail.com>:
> > Ya if I change it to the normal :collection style syntax it works fine.
>
>
> Ah, I see, I had misunderstood the problem.  Is @styles an array of
> Style objects, and are you rendering from the style controller?  Where
> is _style.html.erb?
>
> What version of Rails are you using?  I don't know what version that
> syntax appeared.  Anyone?
>
> Colin
>
> >
> > On Sun, Sep 20, 2009 at 11:08 AM, Colin Law <clan...@googlemail.com>
> wrote:
> >>
> >> 2009/9/20 Chris Habgood <chabg...@gmail.com>:
> >> > ya that is what I have.
> >> >
> >> > On Sun, Sep 20, 2009 at 3:56 AM, Wang Pengcheng <wpc0...@gmail.com>
> >> > wrote:
> >> >>
> >> >> <%=render :partial=>@styles %>
> >> >> the partial html is :
> >> >> _style.html.erb
> >> >> and the object can be used in the partial erb is style
> >> >>
> >> >> 2009/9/20 Me <chabg...@gmail.com>
> >> >>>
> >> >>> renders nothing.
> >>
> >> You could use ruby-debug to break into the partial to check it is
> >> getting there.  Another thing to do is to check the html produced
> >> (view source in browser) to check that it is in fact generating
> >> nothing, rather than just nothing that displays.
> >>
> >> Presumably you have checked that @styles is not empty?
> >>
> >> Colin
> >>
> >> >>>
> >> >>> On Sep 20, 12:13 am, Wang Pengcheng <wpc0...@gmail.com> wrote:
> >> >>> > Add a comma or not?
> >> >>> > <%=render :partial, @styles %>
> >> >>> >
> >> >>> > 2009/9/20 Me <chabg...@gmail.com>
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> > > Running rails  2.1.0 when I do this:
> >> >>> >
> >> >>> > > <%= render :partial => 'style', :collection => @styles %>
> >> >>> >
> >> >>> > > I get the collection fine in my index file.  When I try the
> >> >>> > > shortcut:
> >> >>> >
> >> >>> > > <%= render :partial  @styles %>
> >> >>> >
> >> >>> > > I get this error:
> >> >>> >
> >> >>> > > Couldn't find template file for
> active_record/named_scope/scopes/
> >> >>> > > _scope
> >> >>> >
> >> >>> > > Any ideas??
> >> >>> >
> >> >>> > --
> >> >>> > Code our future
> >> >>> > Name   : Wang Pengcheng
> >> >>> > Nick     : QJGui
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Code our future
> >> >> Name   : Wang Pengcheng
> >> >> Nick     : QJGui
> >> >>
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >> > >
> >> >
> >>
> >>
> >
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to