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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:14:37+00:00 2026-05-20T00:14:37+00:00

I have a routing issue which I can’t seem to get my head around.

  • 0

I have a routing issue which I can’t seem to get my head around.

I have a project resource which has all the restfull actions working as expected.

Now I want to add the ability to update one specific attribute through a small popup form. So in this popup I use:

form_tag (@project) do
  text_field_tag :attribute_i_want_to_update, ''
  submit_tag 'go'

In the controller’s update action I intend to handle this specific submit. However I receive a routing error claiming there is no route to ‘/projects/15’. I checked that the request is using a POST. Obviously a route exists for a POST to ‘/projects/15’ (e.g. the regular update route works fine and posts to that exact route).

What am I missing?

Thx for your time,
Erwin

  • 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-20T00:14:37+00:00Added an answer on May 20, 2026 at 12:14 am

    I had similar problem, see it here

    If the object is not new, then rails (at least 3 does this) will look for a PUT route, not POST. If you check what is really sent to the server, using Firebug for example, you will see that a POST is made but with a param “_method=put”.

    Rails will look for a PUT route to update an existing object, which is in accordance with Fielding’s definition of REST.

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

Sidebar

Related Questions

I have to get routing direction i.e. all the lat-long location between two location
I used to use Backbone.js as an easy MVC framework which have build-in routing
UPDATE: Seems that railo doesn't have this issue at all. UPDATE: I'm voting to
I seem to have a small issue with my script where I need to
I have the following bash script which I will use to analyze all report
I have a problem which has been driving me mad for days - I've
I have a few routing issues with my ASP.NET MVC2 website and was wondering
I have a custom routing application that takes information for a route from google
I have some CRUD routing: /news/{page} // public /news/new // private /news/{slug}/show //public /news/{slug}/edit
My goal is to have the url routing as following: http://www.abc.com/this-is-peter-page http://www.abc.com/this-is-john-page What is

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.