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

  • SEARCH
  • Home
  • 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 6097743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:04:42+00:00 2026-05-23T13:04:42+00:00

I am currently setting up routes in a Rails 3 application, and would appreciate

  • 0

I am currently setting up routes in a Rails 3 application, and would appreciate it if someone could point me in the right direction.

Essentially, I am setting up some routes to provide data for some chained dropdowns, and would like to be able to have routes like:

/vehicles/trims/01299999
/vehicles/trims/02299999

Where 01299999 and 02299999 are ids for two different parameters (in this case lets say 01299999 loads :vehicle_make into the params and 02299999 is :fuel_type in the params). I’m aware that I can ensure they get routed to the correct controller action and load the correct params by using constraints.

What makes this complicated, however, is that I would like to be able to have more than one option specified in the url, in any order, e.g.:

/vehicles/trims/01299999/02299999

or

/vehicles/trims/02299999/01299999

and these would load the correct params based on the structure of the id number (so if it starts with ‘012’ it should always be :vehicle_make and if it starts ‘022’ it should always be :fuel_type. How can I do this?

As a side note, it would be great if anyone could indicate how to constrain the id column for my models, so that when a vehicle make is created, its id should always start 012 and so on.

Thanks for any assistance!

  • 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-23T13:04:43+00:00Added an answer on May 23, 2026 at 1:04 pm

    A route wildcard catches any number of URL elements separated by / and looks like this:

    match '/vehicles/trims/*trims' => 'vehicles#trims'
    # change 'vehicles#trims' to match your controller and action names
    

    You say:

    As a side note, it would be great if
    anyone could indicate how to constrain
    the id column for my models, so that
    when a vehicle make is created, its id
    should always start 012 and so on.

    As a rule, primary keys should not be meaningful.

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

Sidebar

Related Questions

I'm currently having some problems with setting up the right routes for my application.
I'm currently setting up a new production environment for a Rails application which includes
I'm currently setting up an image-upload cropping sequence. The application requires an enforced minimum
We are currently setting up a new server to upgrade from our old Windows
I'm currently setting up CI for my project and have team city configure and
I am currently setting the connection string for my linq to sql data context
We are currently setting up Team Build 2010 for our company, and I am
I currently am setting a cookie in my code that last for 10 minutes.
Currently I am setting up a Multishipping checkout on one of my sites running
Currently, I'm setting DecimalSeparator to a '.' in each procedure which uses these functions.

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.