Hello, all,
    I observed that resource deletion fails in rails 3 without
javascript turned on.

Why? I have created a simple rails 3 application and tried deleting a
resource entry with javascript turned off.

Absolutely no custom code/changes.

I have put an example on github:   g...@github.com:anexiole/rails-
delete-fails-without-js.git

The only things I did were:
1) create the project
2) rails generate scaffold Guitar name:string
3) rake db:migrate
4) script/rails server
5) Go to localhost:3000/guitars and create a new entry
6) Disable javascript on your browser
7) click on "Destroy" . The "show" action gets called instead

 Is any body noticing this with rails 3.0.9 too?

thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to