Hi, newbie here, but man from what I have seen of Rails I feel like I
have been in the dark ages.
I am trying to extend the depot app in the Agile Web D. w/
Rails book and have a question
before I dive too far into this project.
I am thinking of using this for a customer project and they will have
4 distinct product types, which
is using 4 different tables and yes, under PHP that was 4 different
forms.
I generated my model for the product table, but will also need one
for gallery, accessories and patterns.
Can I have all those, coming from 4 different tables and keep it in
the rails framework?
I will need to also have a shopping cart that will allow the user to
add from any one of those tables to
their shopping and seeing as how Rails uses the ID of the column in
the table, how do I direct it to
each table?
Thank you in advance, I have not been this excited about web
development in a very long time!
-Scott