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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:27:38+00:00 2026-06-03T06:27:38+00:00

My app is a workout scheduler. The client typically does workouts at one of

  • 0

My app is a workout scheduler.

The client typically does workouts at one of three timeslots in a given day, so I’m providing a quick-add function to schedule a morning, noon or evening workout.

I have the code working, but I don’t think I’m doing it the right way.

My route is as follows:

match 'workouts/quick_add/:date/:timeslot' => "workouts#quick_add",
  :as => 'workout_quick_add'

Which I use via something like this:

<%= link_to 'Morning Workout', workout_quick_add_path(:date => day, :timeslot => 'morning') %>

Now, this works, if the request comes in over GET, but that doesn’t seem right based on the HTTP Protocol method definitions. It seems like POST or PUT would be right, but if I add :via => :post or :put to the route, the whole thing buggers out with a routing error.

What’s correct here, and what’s the right way to implement this kind of a function?

  • 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-06-03T06:27:40+00:00Added an answer on June 3, 2026 at 6:27 am

    How about:

    resources :workouts do
      collection do
        post :quick_add
      end
    end
    

    And pass date and timeslot in params.

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

Sidebar

Related Questions

My app is expanding, but the reqs dictate that there should be only one
I have an app which is native iphone code but the client would like
Converting another app from Rails 2 to Rails 3 - in one of my
Im making a workout app and just would like to clarify that the way
I've been working on a Android app that posts workouts to Dailymile.com. To authorise
I have built a ruby on rails app that lets users track their workouts.
I have built a ruby on rails app that lets users track their workouts.
I have built a ruby on rails app that lets users track their workouts.
I'm unable to workout how you can get objects from the Google App Engine
My app is a client for a freeware PC-based PVR application which allows 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.