Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in has-many-through

Rails: ArgumentError - you can't define an already defined column

has_many :through, not reloaded/reset

Laravel hasManyThrough a polymorphic relation

How to save many has_many_through objects at the same time in Rails?

Do I need a join table for a has_many :through association?

Rails has_many through with condition, build new

Rails: nesting same resource in multiple nested restful routes?

Rails complex view form with has_many :through association

Rails 3, many-to-many form using accepts_nested_attributes_for, how do I set up correctly?

Saving join attributes through a has_many :through with :conditions

Rails custom ActiveRecord::Type fails when using `class_name` in has_many :through association

Why is my has_many through associated record (sometimes) readonly?

Why doesn't collection=objects on has_many :through trigger callbacks on the join model on deletion of the association?

Setting a :has_many :through association on a belongs_to association Ruby on Rails