http://localhost:3000/users/1 is the correct URL for deleting a user. 
However, it should be sent with a "method" of "delete" instead of "get". 
That's what this snippet of code is for:

  method => :delete 

If it's not working properly from your first example, you probably don't 
have jQuery/Prototype UJS setup properly. Can you confirm that?

It's very bad form to have a "get" link delete an object in the database. 
What happens if a web crawler or bot clicks on all the links on your page? 
All your items will be deleted.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/scQFW09clm8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to