Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #1 (closed task: fixed)

Opened 4 years ago

Last modified 3 months ago

Entries

Reported by: david@loudthinking.com Assigned to: davidhh
Priority: high Milestone: 0.9.5
Component: CIA Version: 0.14.2
Severity: minor Keywords: "
Cc: "

Description

With the has_and_belongs_to_many macro-like class methods, two classes are associated via an intermediate join table. When destroying one of the associated objects, the entry associating the two objects is not removed from the join table.

Change History

10/10/04 23:46:03 changed by anonymous

  • summary changed from Testing this thing to Entries in the has_and_belongs_to_many join table do not get removed.

10/11/04 00:33:17 changed by david

  • owner changed from somebody to davidhh.
  • status changed from new to assigned.
  • version set to 0.7.
  • component changed from component1 to ActiveRecord.

10/18/04 01:30:43 changed by david

  • status changed from assigned to closed.
  • resolution set to fixed.

(in reply to: ↑ " ) 09/04/06 19:37:00 changed by KeNT

  • severity changed from normal to minor.
  • cc set to ".
  • component changed from ActiveRecord to CIA.
  • summary changed from Entries in the has_and_belongs_to_many join table do not get removed to Entries.
  • priority deleted.
  • version changed from 0.7 to 0.14.2.
  • milestone set to 0.9.5.
  • keywords set to ".
  • type changed from defect to task.

test write

04/06/08 14:22:20 changed by sell

  • priority set to high.