In Rails how do you delete a has-many through association while retaining the formerly associated objects? Is there an ActiveRecord way to do this or I do need to write the SQL?
Also is it possible for the objects to remain friends once the relationship is gone? [ <-- lame joke attempt]