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

Ticket #8612 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Remove ActiveResource::Struct

Reported by: josh Assigned to: bitsweat
Priority: low Milestone: 1.x
Component: ActiveResource Version: edge
Severity: normal Keywords:
Cc:

Description

ActiveResource::Struct doesn't work as the documentation says and is pretty much broken. bitsweat and I agree it is pretty useless and it won't hurt if we remove broken code.

Attachments

remove_ares_struct.diff (1.0 kB) - added by josh on 06/08/07 23:05:34.

Change History

06/08/07 23:05:34 changed by josh

  • attachment remove_ares_struct.diff added.

06/09/07 04:42:35 changed by bitsweat

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

(In [6980]) Remove ActiveResource::Struct because it hasn't proven very useful. Creating a new ActiveResource::Base subclass is often less code and always clearer. Closes #8612.