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

Ticket #8601 (closed defect: duplicate)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Routing error after [6959]

Reported by: lotswholetime Assigned to: bitsweat
Priority: high Milestone: 1.x
Component: ActionPack Version: edge
Severity: major Keywords:
Cc:

Description

After [6959], routing errors occur when using form_for(@model) on the edit action. Attached is a patch to fix the problem.

Attachments

fix.diff (0.7 kB) - added by lotswholetime on 06/07/07 15:16:32.
fix2.diff (1.6 kB) - added by lotswholetime on 06/07/07 15:55:33.
Fixes another issue with array being modified in place. Added tests.

Change History

06/07/07 15:16:32 changed by lotswholetime

  • attachment fix.diff added.

06/07/07 15:55:33 changed by lotswholetime

  • attachment fix2.diff added.

Fixes another issue with array being modified in place. Added tests.

06/07/07 18:03:01 changed by bitsweat

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

The original is #6432. Could you combine forces on that ticket?

06/07/07 21:35:05 changed by bitsweat

(In [6960]) More nested polymorphic url helper fixes. Closes #6432, references #8601.