Displaying 1 result from an estimated 1 matches for "admindeleteform".
2007 Feb 07
3
Upgrade to Rails 1.2.2 : RESTful routes not working anymore
...dmin/requests"}, expected: {:action=>"destroy",
:id=>/[^\/;.,?]+/, :controller=>"admin/requests"}, diff: {:id=>/[^\/;.,?]+/}
From this piece of code
<% form_for(:request, :url => admin_destroy_requests_path, :html => {
:method => :delete, :id => :adminDeleteForm, :name => :adminDeleteForm }) do
|f| %>
If I switch my app back to 1.2.1, everything works fine.
Any idea?
Thanks in advance,
Thomas.
On 2/2/07, Thomas Balthazar <thomas.tmp-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Yes, that''s it.
> But there is still an...