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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:39:41+00:00 2026-05-27T11:39:41+00:00

I have a model object called ‘Problem’ and I want to be able to

  • 0

I have a model object called ‘Problem’ and I want to be able to call its the ‘show’ action using the URL /problems/PROBLEM_NAME.

I think the way to go about this is to change it so the primary_key is no longer the default integer id, instead I want it to be a string of letters.

I have tried to rails g model problem problem_name:primary_key problem_text:text
but I get the obvious error about having multiple primary keys.

Any ideas?

  • 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-27T11:39:42+00:00Added an answer on May 27, 2026 at 11:39 am

    I guess in your routes you have:

     resources :problems
    

    Before the line with resources :problems, in your routes.rb file add this

     match "problems/:problem_name" => "problems#show"
    

    After you added the new show route, in your problems controller, in the show action, instead of doing

     @problem = Problem.find(params[:id])
    

    you use now

     @problem = Problem.find_by_name(params[:problem_name])    
    

    Doing it this way, you don’t have to modify your database

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

Sidebar

Related Questions

I have a model object called Problem: [Table(Name = Problems)] public class Problem {
Say I have a model object 'Person' defined, which has a field called 'Name'.
I have a page based on a model object, and I want to have
If I have Model.objects.all() I want to get only one object for any content_object=foo,
I have a model which gets its data from a parser object. I'm thinking
I have a core data model object called Entry. In this I have an
I have an Activerecord object called Foo : Foo.attribute_names.each do |attribute| puts Foo.find(:all)[0].method(attribute.to_sym).call end
I have a CoreData model (managed object) called Item: @interface Item : NSManagedObject {
I'm using a editor template for a object called Address. @Html.EditorFor(model => model.Address) In
I have an object model called MyObject that I'm serializing to a json string

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.