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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:39:26+00:00 2026-05-24T10:39:26+00:00

This should have been a relatively simple one but I must be making a

  • 0

This should have been a relatively simple one but I must be making a mistake with my routes or something. I want to return an active record as json based on an id. So heres what I have and in my eyes it should have worked.

The route:

match '/repository/infoid/(.:id)(.:format)' =>'repo#infoID', :via =>:get

The def within the controller

 def infoID
     puts (params[:id])
    @specificObject = myObject.find_by_id(params[:id])
    respond_to do |format|
      format.xml{
        render :xml =>
        {
           :returnedObject => @specificObject
        }
      }
    end
  end

Why is it that when I go to my address of http://127.0.0.1:3008/repository/infoid/1.xml

I get no route found for /infoid/1.xml

  • 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-24T10:39:27+00:00Added an answer on May 24, 2026 at 10:39 am
    get '/repository/infoid/:id' => 'repo#infoID'
    

    little refacrtoring for controller

    def infoID
      @specificObject = MyObject.find(params[:id])
      respond_to do |format|
        format.html{}
        format.xml{
          render :xml => @specificObject
        }
      end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, this seems like it should be relatively simple, but I've been Googling for
This should be really simple, but I have tried many solutions posted on the
This should be so simple, but I'm drawing a blank. I have two tables.
This should be pretty simple, but I am new at LINQ. I have a
This should be an easy one. I have a table like so: <table> <tr>
This seems like it should be fairly simple, but for some reason I can't
I have what should be a simple thing but my unfamiliarity with .NET and
I have a feeling this is a dumb question I should have been able
I have what should be a relatively simple question that I can't seem to
i have tried this: <?php $fileip = fopen(test.txt,r); ?> this should have opened the

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.