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

Ticket #6413 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

[PATCH] add options[:method] to form() in active_record_helper.rb - partially allows for RESTful call

Reported by: timocracy Assigned to: David
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

Combined with #6412 this allows for the form helper in active_record_helper to be called fully RESTfully. These two are the first steps at making things like dynamic scaffold_resource possible.

Attachments

REST_method_in_ARH_form.patch (3.9 kB) - added by timocracy on 10/16/06 16:01:57.

Change History

10/16/06 16:01:57 changed by timocracy

  • attachment REST_method_in_ARH_form.patch added.

10/16/06 16:02:54 changed by timocracy

Test included, of course.

10/16/06 16:12:07 changed by timocracy

And yes, doing all four methods was overkill for this case, but I just wanted to be complete.

10/16/06 17:04:00 changed by timocracy

  • type changed from defect to enhancement.
  • milestone changed from 1.x to 1.2.

06/04/07 05:04:18 changed by josh

  • keywords deleted.
  • milestone changed from 1.2.4 to 1.x.

(Not so tiny)