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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:16:05+00:00 2026-05-19T11:16:05+00:00

being quite new to the rails framework i dont know exactly where i missed

  • 0

being quite new to the rails framework i dont know exactly where i missed the spot.

i want to do the following:

  1. someone sends a rest request (get,put,post,delete) in the form of /var1/var2/var3.var4
  2. i want to catch all 4 vars
  3. nothing else will run on this app. i do not need views, etc.
  4. my rails app responds with an appropriate response object

right now i don’t get around the routes.rb part. i got this so far:

scope "/" do
   post ":var1/:var2[/:var3[.:var4]]" => "rest_proxy#post"
   get ":var1/:var2[/:var3[.:var4]]" => "rest_proxy#get"
   put ":var1/:var2[/:var3[.:var4]]" => "rest_proxy#put"
   delete ":var1/:var2[/:var3[.:var4]]" => "rest_proxy#delete"
end

my controller rest_proxy exists, the methods exist, but i get a “no route” error, no matter what i do so there must be something fundamentally wrong.

rake route shows the quivalent of what you see above.

if anyone could point me into the right direction that would be awesome (also about the response object, but that shouldn’t be a big deal, right…?)…

thanks and regards,
anton

  • 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-19T11:16:06+00:00Added an answer on May 19, 2026 at 11:16 am

    Try this in your routes.rb

    post ":var1/:var2(/:var3(/:var4))" => "rest_proxy#post"
    put ":var1/:var2(/:var3(/:var4))" => "rest_proxy#put "
    get ":var1/:var2(/:var3(/:var4))" => "rest_proxy#get"
    delete ":var1/:var2(/:var3(/:var4))" => "rest_proxy#delete"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Being quite new to rails and currently building a project, i'm begining to be
Being new to OpenCL i would like to know if the following scenario is
Being fairly new to programming, I am having trouble understanding exactly what Homebrew does...
guys need some insight here. I know the definition of a protocol, being new
I'm quite new to Ruby on Rails so please bear with me :) I'm
Being quite new at JavaScript, I'm assuming the answer to my question is extremely
I am quite new to php and am having problems with the following block
I'm quite new at Rails but can find my way around for the time
Hi I am quite new to php but i have been following some tutorials
I'm quite new to JSON so the following might be a trivial problem, but

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.