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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:25:00+00:00 2026-05-18T01:25:00+00:00

After playing around with links in Rails for a view hours i’ve managed to

  • 0

After playing around with links in Rails for a view hours i’ve managed to actually get a link to invoke a method in my controller. But i still don’t understand why all my other attempts failed. Im hoping you could help me out with that.

I have the scaffold “Cars”. When in the show view for a car, id like to click a link that invokes the method “drive” in my Car controller.

This WORKS: <%= link_to "Drive", drive_car_path(@car) %>

It seems this only works if i have this is my routes.rb:

resources :cars do
  member do
    get 'drive'
  end
end

Why does <%= link_to "Drive", car_path, :method => :drive %> not work?

Do I need to put a GET in the routes.rb file for every method I create in my controller?

I can’t seem to find any sites explain how to use links together with routes. They only seem to come separate. Do you guys have any easily understandable tutorials on this?

  • 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-18T01:25:00+00:00Added an answer on May 18, 2026 at 1:25 am

    Try link_to "Drive", :controller => "car", :action => "drive"

    Also, method is for choosing the HTTP method (GET, POST, …). It’s not method as in routine.

    Be sure to check out Rails Routing from the Outside In and The Lowdown on Routes in Rails 3, they’re both awesome resources.

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

Sidebar

Related Questions

Update: After playing around with this for a few hours, went with a multi-query
Alright, so after a few hours of me playing around to no avail, I
After playing around with URL decoding myself, I managed to come up with some
After playing around with haskell a bit I stumbled over this function: Prelude Data.Maclaurin>
After installing Monobjc and playing around with the Monobjc Application Project under C# in
EDIT - After playing around with a bunch of potential solutions (using backgroundworker and
I'm still learning python and after playing around with pygame I noticed I'm re-importing
After playing around with AMD/RequireJS I was wondering if it is a good idea
I've been playing around with HPricot, but after a fair amount of searching, I've
i am going to be coding an api, and after playing around with 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.