I'm working on a products page and its all fine and dandy until I come to attributes and prices (different currencies ). I've been thinking of creating a separate resource Attribute and Price. I know how to set up the relations between Product and the two but what i don't know is how to merge the views of all 3 into one card so that if need be attributes and currencies can be set / updated in- line on the products page. With pure rails I can wrap my head about it but since I'm new to hobo I still feel a bit confused and lost in the way it creates the views and I haven't got a clue how to do the merge between two or more separate pages not to mention getting the restful actions from 3 places in one set of buttons.
Yes I've read the Rapid Rails book from cover to cover and I might as well set the api/manual/cookbook page as my homepage (I did my homework). Yet I'm still lost. Just so we're clear I'm expecting pointers not the code handed to me on a silver plater. I like hobo and rails and I'd like to improve my skills but I've got now clue how to approach this. Just to clarify what I'd expect to be the end result (If you have a clear picture by now no need to read further) A standard Product page with some default fields like name, description etc and in that page a selectable list of attribute names - > if selected an inline form shows up to populate the values of the attributes specific to the product and somewhere after all that a list of fields with available currencies so the price in each can be set. When the user clicks create / update I would like all 3 models to be updated Thanks in advance and sorry for asking so many questions. Taking in both Intermediate Ruby/Rails and Basic DRYML is just too much to fast but I'm in a bit of a pickle I cant get out of and I do not have the luxury of time. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
