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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:43:00+00:00 2026-05-17T18:43:00+00:00

I am trying to get my urls to look like this: example.com/posts/id_of_post/title_of_post I have

  • 0

I am trying to get my urls to look like this:

example.com/posts/id_of_post/title_of_post

I have this in my controller:

match ':controller/:id/:link', :controller => 'posts', :action => 'show'

Say I have a list of posts.. how can I link to them?

<%= link_to 'Show', post %>

Just gives the usual /posts/id

On another note, at the minute I am making a url-friendly link when a post is created and storing it in the database. Would it be better to create on the fly? Is that possible/better?

I saw this in an answer to another question:

def to_param
  normalized_name = title.gsub(' ', '-').gsub(/[^a-zA-Z0-9\_\-\.]/, '')
  "#{self.id}-#{normalized_name}"
end

That would work if I could change the – to a /. Possible?

  • 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-17T18:43:00+00:00Added an answer on May 17, 2026 at 6:43 pm

    This is what I did:

    I added this to my post#create:

    @post.link = (@post.title.parameterize)
    

    I will give the user the option to edit the title for up to 5 mins after posting.

    My route:

    match "/posts/:id/:link" => "posts#show", :as => "story"
    

    and my index view for posts

    <%= link_to 'Show', story_url(post, post.link) %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to figure out how to do this. Currently my urls look like
Trying to get this expression to work, can someone look at it and tell
I have some images inside links that I want to essentially look like this:
I have a route in my code that looks like this: map.app 'applications/:title_header', :controller
I am trying to get all the urls from an html page. I have
I am trying to get the follow urls to work www.urlname.com/team/1-Test www.urlname.com/team/1-Test/members RewriteRule ^team/([^-]+)-([^&]+)$
I'm trying to get urls off a page that has this sort of code
I am trying to figure out how to rewrite URLs from something like this:
I am trying to get my URLs in files/id format. I am guessing I
Can we get list of output cached URLs in IIS7? I am trying 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.