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 7090563
In Process

The Archive Base Latest Questions

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

The command I’m trying to execute from the terminal: curl http://acme.example.com/controller_name/destroy.xml?api_key=123&id=150&other_id=430 Just a simple

  • 0

The command I’m trying to execute from the terminal:

curl "http://acme.example.com/controller_name/destroy.xml?api_key=123&id=150&other_id=430"

Just a simple GET request, nothing special there.

But when I do that, I get this error:

ActionController::RoutingError 
(No route matches "/controller_name/destroy.xml" with 
{:remote_ip=>"127.0.0.1", 
 :accepts=>"*/*", 
 :protocol=>"http://", 
 :subdomain=>"acme", 
 :method=>:get, 
 :request_uri=>"/controller_name/destroy.xml?api_key=123&id=150&other_id=430", 
 :port=>80, 
 :content_type=>nil, 
 :domain=>"example.com"}):

So then I added this to my routes.rb file:

  map.connect "/controller_name/destroy", :controller => :controller_name, :action => :destroy

But I get the same error, so the route I added doesn’t help at all.

Here is the destroy method from controller_name

  def destroy
    @other = Other.find(params[:other_id])
    attachment = @other.attachments.find(params[:id])
    attachment.destroy

    @attachments = @other.attachments

    respond_to do |format|
      format.xml do
        head :ok 
      end
    end
  end

In routes.rb, the controller_name is just included this way:

  map.resources :others, :has_many => [:controller_names]

and all the AJAX things already in the controller work fine… even for the same method, calling destroy with an AJAX request works…. but not the XML portion….. >_<

  • 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:04:14+00:00Added an answer on May 28, 2026 at 8:04 am

    Looks like you are missing the format on the request.

    map.connect "/controller_name/destroy(.:format)", :controller => :controller_name, :action => :destroy
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What command would I execute to safely change (i.e. from int to bigint) a
What command or series of commands could I execute from the CLI to recursively
What command we have to execute (from Java, but that should not matter) on
The command : oozie job -oozie http://localhost:8080/oozie -config /home/hadoop/Desktop/Cloudera/oozie-2.3.0-cdh3u1/examples/apps/no-op/job.properties -run Error message: Error: IO_ERROR
From command line I am getting file name which I have to compile using
This command gets some data from MySQL and then manipulates it. Why is the
Command should do: Give 1 as output if the pattern *@he.com is on the
Example command: $ locate .conf $ ls if it shows 1000 lines, how can
From command line with imagemagick, you can use: convert dragon.gif -resize 64x64^ -gravity center
The command to refresh a file from version on disk is :e! How can

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.