Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7093163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:24:17+00:00 2026-05-28T08:24:17+00:00

Rails simulates a DELETE on a resource by using POST and a hidden field

  • 0

Rails simulates a DELETE on a resource by using POST and a hidden field in the Form. But that makes it a must to use a form to delete a record.
However if I wanted to delete a row via a Anchor tag ‘Delete’ displayed at the end of the row how would I achieve the same? So say I am displaying people records and my rows looks like:

||First Name|| Last Name||

||Foo || Bar || Delete

||Baz || Foo || Delete

…

And on the delete click I want to route to /people/:id/destroy without using a Form and Hidden field?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T08:24:18+00:00Added an answer on May 28, 2026 at 8:24 am

    Rails’ link_to method supports the GET, POST, PUT, and DELETE HTTP verbs. For example, you could do something like:

    link_to "Delete", person_path(@person), method: :delete, confirm: "Are you sure?"
    

    http://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Rails comes with RESTful resources out of the box, but do you use those
Rails is a great platform, but it just doesn't have the history that Perl
Rails has a nice idiom that makes it easy for you to have a
Rails is supposed to magically see that a request is a DELETE versus GET
So far, I know that in Rails I can simulate a PUT request using
I'm working on a small webapp in Rails that simulates a score card for
rails: I have 'create' and 'update' using the same partial '_form' but the url
Rails uses the concept of migrations to deal with model changes using the ActiveRecord
Rails caches (file cache) per default domain-based, but is there a way to disable
Rails app, learning CoffeeScript and Backbone.js: Uncaught TypeError: Cannot use 'in' operator to search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.