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

Ticket #9516 (closed task: fixed)

Opened 10 months ago

Last modified 10 months ago

Turn ActiveRecord::Acts::NestedSet 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::NestedSet module should be turned into a plugin and removed from core. It's too high-level and often leaves people wanting more.

Attachments

remove_acts_as_nested_set.diff (19.3 kB) - added by josh on 09/10/07 02:55:40.
acts_as_nested_set_plugin.diff (18.8 kB) - added by josh on 09/11/07 01:46:53.

Change History

09/10/07 02:55:40 changed by josh

  • attachment remove_acts_as_nested_set.diff added.

09/10/07 13:55:08 changed by josh

Still needs tests!

09/11/07 01:46:53 changed by josh

  • attachment acts_as_nested_set_plugin.diff added.

09/11/07 01:47:10 changed by josh

Added tests.

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

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

(In [7453]) Moved acts_as_nested_set into a plugin of the same name on the official Rails svn (closed #9516) [josh]