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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:04:22+00:00 2026-06-10T00:04:22+00:00

There is probably a really simple answer to this but, as I’m a Rails

  • 0

There is probably a really simple answer to this but, as I’m a Rails newbie, I’m having great difficulty identifying the appropriate syntax.

Basically, I want to display a string with a link on the end, in which “Jimmy” here represents both the individual record and the link to that record:

"This video was posted by Jimmy"

I’d like to create a local variable to store the string, so my initial thought was to create the variable as follows:

my_string = "This video was posted by " + (link_to user.name, user)

However, this doesn’t appear to work. Instead, it simply displays the generated HTML in the browser, i.e.:

This video was posted by <a href="/users/6">Jimmy</a>

This isn’t what I want – I obviously want it to display:

This video was posted by Jimmy

in which Jimmy is the link.

Any ideas? I’ve tried adding .html_safe to the end of the string, but that doesn’t work.

Thanks!

  • 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-10T00:04:23+00:00Added an answer on June 10, 2026 at 12:04 am

    A much easier way to do this would be:

    <td>Video created by <%= link_to user.name, user %></td>
    

    No need to use string concatenation or use <%= "Video created by" %>, there’s no need to run that through the Ruby parser, just use the plain text version 🙂

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

Sidebar

Related Questions

There is probably a really straightforward answer to this but I'm having difficulty finding
There is probably a really simple answer to this but I just can't see
There is probably a simple answer for this, but I couldn't find one, so
This is probably a really simple one but I couldn't find the answer. I
There is probably a really simple answer for this ... I have a project
There's probably a simple answer to this, but I'm lost. I created my first
there is probably a very simple answer to this very simple question, but i
There is probably a simple answer to this question but I do not have
Ok, this probably has a really simple answer, but I've never tried to do
There is probably already an answer for this somewhere, but I must not be

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.