This project is archived and is in readonly mode.

#4195 ✓resolved
z3cko

form_for in current rails master is broken (really)

Reported by z3cko | March 16th, 2010 @ 08:05 PM | in 3.0.2

= form_for :staticpage, :url => { :action => "update" } do |f|

outputs:

<form action="/staticpages" method="post">

the action gets stripped away.
seems to be something with the last commits, since it was working two days ago.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages