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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:19:15+00:00 2026-06-01T09:19:15+00:00

this is a way that i am passing subject line to a methods @subject_text

  • 0

this is a way that i am passing subject line to a methods

@subject_text = html_subject(@customer_alert.alert.name)
@subject_text = html_sub(@customer_alert.alert.name)

and this are the two methods where i wanna replace all special character

def html_subject(s)
  s = s.to_s
  if s.html_safe?
    s
  else

    s.gsub(/[&><"]/) { |special| CustomerAlert::SUBJECT_LINE[special] }
  end
 end
def html_sub(s)
  s = s.to_s
  if s.html_safe?
    s
  else

   if s.gsub(/&/,'&')
   end
   #{ |special| CustomerAlert::SUBJECT_LINE[special] }

   if s.gsub(/>/,'>')
   end

   if  s.gsub(/&lt;/,'<')
   end

   if s.gsub(/&quot;/,'"')

end
 s
   end
  end

and constant defined in model is

 SUBJECT_LINE = { '&amp;' => '&',  '&gt;' => '>',   '&lt;' => '<', '&quot;' => '"' }

but first methods call all special character is replaced by null
and second method call not returning any value

  • 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-01T09:19:17+00:00Added an answer on June 1, 2026 at 9:19 am

    Instead of this , you can use sanitize helper to remove special character.

    Check the link :
    http://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html

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

Sidebar

Related Questions

I'm trying to do this in a way that will prevent end-user browser security
How can I write this in such a way that $counter value is 1
I'm trying to use that method this way: public void Method() { ThreadPool.QueueUserWorkItem(() =>
I've just learnt (the hard way) that databinding doesn't work with fields. This isn't
When I learned Java, I was told that the arraylist works this way: It
I see that over on this question LINQy way to check if any objects
Would this be the correct way of declaring that an XML element Cluster contains
in what way can this be programmed. a UI box that displays random number
Found this question that explained a way to communicate between layers. However there is
I want this: And I thought that passing na.action=na.pass to boxplot would let NA

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.