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

Ticket #10195 (closed defect: incomplete)

Opened 8 months ago

Last modified 7 months ago

[PATCH] Components dont need to be in rails 2.0 . period!

Reported by: sjgman9 Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: components
Cc:

Description

Since components appear to be deprecated or frowned upon in modern day rails development, why not excise them from the rails framework entirely?

Attachments

killing_components_once_and_for_all.diff (11.8 kB) - added by sjgman9 on 11/17/07 02:17:31.

Change History

11/17/07 02:17:31 changed by sjgman9

  • attachment killing_components_once_and_for_all.diff added.

11/17/07 02:27:58 changed by sjgman9

In the diff file i was trying to delete the components test and components.rb file..

11/17/07 03:22:02 changed by bitsweat

  • milestone changed from 2.0 to 2.x.

To remove these they must be deprecated in branches/1-2-stable as well. Please raise the topic on the -core mailing list.

11/17/07 11:08:04 changed by lifofifo

#9608 has a very similar patch. Read DHH's comment there.

12/17/07 00:25:46 changed by david

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

Duplicate of #9608, please do investigate the work required to make this fully so.