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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:36:43+00:00 2026-05-18T01:36:43+00:00

How can I disable automatic conversion of HTML tags in Rails3? I have output

  • 0

How can I disable automatic conversion of HTML tags in Rails3? I have output in some controller view. For example I have method which outputs simple HTML link set..

[:en, :de].map{ |locale| link_to locate.to_s.upcase , { :locale => locate } ...

In view I’m calling my method <%= my_method %>

As a result I get this:

| &lt;a href=&quot;/login?class=language_selected&amp;amp;locale=en&quot;&gt;EN&lt;/a&gt;

How can I disable it?

  • 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-18T01:36:43+00:00Added an answer on May 18, 2026 at 1:36 am

    I haven’t worked with Rails3 so no guarantees. but it looks like this has to do with the fact that your method returns a list.

    Rails will usually format internal data structures for output by escaping the special characters and displaying the html escaped interpretation of your data.

    Try tacking a .join onto the end of your map call to return a string

    [:en, :de].map{ |locale| 
      link_to locate.to_s.upcase , { :locale => locate }
       ...
    }.join("<br/>")
    

    Also rwilliams aka r-dub’s suggestion to use raw will probably be necessary addition to this code. raw on a list however may give you an undesirable result probably because of an internal to_string call. Which is an implicit join(“”). So add the raw to the method call in addition to returning a string.

    <%= raw my_method %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any addon by which I can disable all catch blocks temporarily. I'm
I'd like some technical information on how it works, and how I can disable
Can I disable the minimize button in JFrame? I have already tried setUndecorated() and
I'm aware that you can set the compiler flag -fno-objc-arc to disable Automatic Reference
I can't find how to disable the automatic creation of rows in Flowlayout when
How I can disable automatic creation of room in Red5? Thanks, Cyril
How can I disable automatic scaling in imageView?
Using Xcode 4.2, how can one enable/disable Automatic Reference Counting? ANSWERED Under Build Settings,
I can disable one and one by doing this: jQuery('#ListBoxA').attr('disabled','true'); But how can I
I can disable viewstate of each control, but not entire page. Is there a

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.