Inserting/Updating Join Tables

24 views
Skip to first unread message

Alan Tucker

unread,
Nov 21, 2013, 7:28:18 AM11/21/13
to rubyonra...@googlegroups.com
Hi

When creating a new product and assigning the categories it belongs to (via a multi select) the records are not getting added into my join table (category_id, product_id) but the product details are getting saved to the product table just find. Do I need to do anything extra for the joining table or should rails work this out for me?

Thanks

Alan

Frederick Cheung

unread,
Nov 21, 2013, 5:53:18 PM11/21/13
to rubyonra...@googlegroups.com


On Thursday, November 21, 2013 12:28:18 PM UTC, Alan Tucker wrote:
Hi

When creating a new product and assigning the categories it belongs to (via a multi select) the records are not getting added into my join table (category_id, product_id) but the product details are getting saved to the product table just find. Do I need to do anything extra for the joining table or should rails work this out for me?

What precisely are you doing?

Fred 

Thanks

Alan

Colin Law

unread,
Nov 22, 2013, 2:38:00 AM11/22/13
to rubyonra...@googlegroups.com
You need to show us the relationships you have defined between the
models (has_many, etc) and the code you are using to save the records
(not the whole application, just the code saving the data). Also
useful is the contents of the log for the POST operation, showing the
parameters passed. Examine this carefully yourself first, however,
and possibly put some debug code in to try and work out what is
happening. You can insert puts statements in the code and these will
appear in the server window.

Colin

>
> Thanks
>
> Alan
>
> --
> 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-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/d44a2111-602d-4fdb-9836-d5c2e3cc6b28%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Reply all
Reply to author
Forward
0 new messages