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

Ticket #9514 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

Turn ActiveRecord::Acts::Tree into a plugin

Reported by: david Assigned to: core
Priority: normal Milestone:
Component: ActiveRecord Version: edge
Severity: normal Keywords: rails2
Cc:

Description

The ActiveRecord::Acts::List module should be turned into a plugin and removed from core. It's too high-level and often leaves people wanting more.

Attachments

acts_as_tree.patch (15.6 kB) - added by lifofifo on 09/10/07 03:03:31.
acts_as_tree to svn/plugins
remove_acts_as_tree.patch (13.1 kB) - added by lifofifo on 09/10/07 15:19:00.
Remove acts_as_tree from AR - Updated against latest edge

Change History

09/10/07 03:03:31 changed by lifofifo

  • attachment acts_as_tree.patch added.

acts_as_tree to svn/plugins

09/10/07 15:19:00 changed by lifofifo

  • attachment remove_acts_as_tree.patch added.

Remove acts_as_tree from AR - Updated against latest edge

09/11/07 03:26:09 changed by david

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

(In [7454]) Moved acts_as_tree into a plugin of the same name on the official Rails svn (closes #9514) [lifofifo]