Re: [Rails] (jQuery) Accordion and Rails (3.0.9): architectural doubt

2011-06-30 Thread Chris Kottom
This isn't strictly a Rails question, but all the content sections in this component are just elements of the same HTML document, so that suggests one controller action / view template. On Thu, Jun 30, 2011 at 1:13 PM, JB wrote: > Hi! > I'm trying to use jQuery's Accordion (http://jqueryui.com/d

[Rails] (jQuery) Accordion and Rails (3.0.9): architectural doubt

2011-06-30 Thread JB
Hi! I'm trying to use jQuery's Accordion (http://jqueryui.com/demos/ accordion/) in the home page of an app. One (maybe two...) doubt is bugging me, though... Do I have to have only one view/controller, holding the actions for all the accordion's sections? What if (at least) one of those sections