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

  • Home
  • SEARCH
  • 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 8284637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:10:43+00:00 2026-06-08T11:10:43+00:00

What I want to do is destroy a specific ActiveRecord from jQuery, which is

  • 0

What I want to do is destroy a specific ActiveRecord from jQuery, which is within an .html.erb file that has the record I want to destroy as an instance variable (@connection). I tried various attempts with jQuery.ajax, but nothing worked. Any help is much appreciated.

I thought the fix worked, but it didn’t. I got this, which works if I run it in the javascript console:

$.ajax({
  type:"DELETE",
  url:"<%= connection_path(@connection) %>",
  success: function(msg){
    alert("disconnected");
  }
});

But when its supposed run in my javascript it does not. I’m so confused.

  • 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-06-08T11:10:46+00:00Added an answer on June 8, 2026 at 11:10 am

    You’ll need to create the destroy action in your connection controller, which will receive the connection id. Then in your view call that action using @connection.id as the parameter.

    Edit

    For the JQuery part, you can use something like this:

    $.post(<%= destroy_connection_path(@connection) %>, {_method:'delete'}, null, "script");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For debugging reasons I want to destroy a class instance which still as references.
I want to destroy restore the session id and then start the session, which
I want to remove a frame from my interface when a specific button is
Say, I want to create a singleton which has some data inside. The data
I want to destroy all i-frames of a video. Doing this I want to
I want to create and then destroy buttons, all with code, but can't find
I want to use the Assert keyword in my android apps to destroy my
We need to create & destroy instances of QApplication, as we want to use
want to open pdf file when a user clicks on hyperlink shown in gridview
Want to run javascript function from parent window in child window Example I have

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.