Ruby on Rails Thursday, October 2, 2014

So I really like template inheritance for reducing view code duplication (which has been and is current an issue on our project). However, it doesn't work well with nested view directories.

Here's an example of the issue:
app/
  view/
    abstract_summaries/
      ...
      slides/
        summary.html.haml
        detail.html.haml
    store_summaries/
      ...
      slides/
        
        
     


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/070e1235-7e1c-4b84-8589-b3d16f53b66d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment