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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:07:08+00:00 2026-05-26T23:07:08+00:00

I have this in my view: form_for [:support, @thread, @reply], url: support_thread_replies_path do |f|

  • 0

I have this in my view:

form_for [:support, @thread, @reply], url: support_thread_replies_path do |f|

And this in my routes.rb:

namespace :support do
  resources :threads do
    resources :replies
  end
end

That doesn’t work:

Routing Error

No route matches {:action=>"new", :controller=>"support/replies"}

If I remove the url: key from my form_for, I just get a NoMethodError when the form helper tries to call an undefined path helper method:

I get the same Routing Error even when I remove the :support symbol from the beginning of the array in my sample view code (using :support was suggested by an answer to another similar question here)

  • 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-26T23:07:08+00:00Added an answer on May 26, 2026 at 11:07 pm

    Pass an instance of Thread as the first parameter in the path helper:

    support_thread_replies_path(@thread)
    

    That way Rails knows what thread you’re creating a new reply for.

    I believe you should be able to do this without the :url key or the path helper at all, though.

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

Sidebar

Related Questions

Been Facing this issue,I Have as my view <%= form_for(:pin, :url => {:action =>fees})
I have this view: new.html.haml %h1 New account - form_for @user do |f| =
this question is related to routing-filter. I have this in my view: <% form_for
I have this form in my view: <!-- Bug (extra 'i') right here-----------v -->
I have a view user control that can post form. This control can be
this time it's about Ruby On Rails. I have a form in the view
I have this Haml view: !!! strict %html{:xmlns => http://www.w3.org/1999/xhtml} %head %meta{:content => text/html;
I have this class: class View(object): def main_page(self, extra_placeholders = None): file = '/media/Shared/sites/www/subdomains/pypular/static/layout.tmpl'
I have this in my partial view: <tr> <% for (int currentDay = 0;
I have this sort of format asp.net MVC View -> Service Layer -> Repository.

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.