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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:28:35+00:00 2026-05-25T03:28:35+00:00

I have a pages controller with two records in the db; ‘pages’ and ‘contact’.

  • 0

I have a pages controller with two records in the db; ‘pages’ and ‘contact’.
The id for each page record is the title.
How do I write a specific route for each page?

I currently have a catch-all route which works…

match '/:id' => 'pages#show'

but I want to create a single route for each page

  • 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-25T03:28:36+00:00Added an answer on May 25, 2026 at 3:28 am

    I probably don’t understand your question because I have no idea why you would want to do that 😉

    Anyhow, say you have a page what the title/id “about”. This is what your route could look like:

    match '/about' => 'pages#show', :defaults => { :id => 'about' }
    

    cf. http://guides.rubyonrails.org/routing.html#defining-defaults

    Note: I wouldn’t call the route you’re using already a “catchall”; it’s a pretty normal Rails route. This is what I would call a catchall:

    match ':controller(/:action(/:id))'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my views render to route requests like /controller/action (for instance, /Page/Create), so
I have two pages load at beginning, login page and register page. Register page
I have a Reports controller and two types of users: companies and customers. Each
I have a controller that is represented in the database by two tables, pages
I have an admin controller located in controllers/admin/admin_controller.rb I also have a pages controller
I have a page. (action) and a controller called Widget. im passing in client
I have a controller's action and view page that uses a master page. The
I have the following controller: public ActionResult Search(string Name, int? Friend, int? Page) It
I have some controller logic: public function seafood() { $this->set('title', 'Seafood restaurants in and
I have a controller setup to accept two vars: /clients/view/var1/var2 And I want to

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.