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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:14:21+00:00 2026-05-27T12:14:21+00:00

What I have is 2 hash’s one gets dumped from a backend that deals

  • 0

What I have is 2 hash’s one gets dumped from a backend that deals nothing specifically with rails. The other is a manually built hard-coded hash. Kind of like a index of known possibilities.

What I want to do is compare what the backend spits out vs what I have in my hash thats like an index so when I render my view I can have the display look a bit more appealing.

Now I could do something like this with php and an array

array("monkey" => "Monkey", "server" => "server")
and then do a str_replace("monkey", $var, array)

ok thats a poor example but its been a while since I played with php and I am a bit rusty off the top of my head. But thats the notion

the end result is when I find “monkey” in one I want to replace it with “Monkey” for the view’s sake.

edit/revision/addition

Ok realized Im not working with a hash, im actually working with an array or a JSON object..

pretty_service = {"namenode" => "Name Nodes","secondarynamenode" => " Secondary Name Nodes", "datanode" => "Data Nodes", "web" => "Web", "tasktracker" => "Task Trackers", "jobtracker" => "Job Trackers", "oozie" => "Oozie", "single-namenode" => "Single NameNode", "single-databse" => "Single Database" }

What I want to is if my strings I am checking contain any one of the keys I want to replace it with the value. Not sure how exactly to do that with rails styling coding. There is some decent concepts below already but I’ve tried them and they don’t seem to work for me. Knowing this now, is there a differnt approach to working this up?

  • 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-27T12:14:22+00:00Added an answer on May 27, 2026 at 12:14 pm

    String.gsub can do that.

    table = {"monkey"=>"Monkey", "teh"=>"the"}
    str = "Don't feed teh monkey"
    p str.gsub(Regexp.union(table.keys), table)
    #=> "Don't feed the Monkey"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a hash that I'm getting from using JSON.parse. I am inserting into
I have @hash that looks like this: [1, {:clid=>1, :nvz=>4, :tip=>IP, :name=>Mark, :record=>some text}]
I have a hash that looks like this h1 = {4c09a0da6071a593f051de32=>[4c09a0da6071a593f051de32, Cafe Bistro, 37.78458803130115,
I have a Hash Map (many-to-one relationship between texts and boolean values): name flag
I have a hash that contains a number of keys/values that need sorting by
I have a hash object from an ActiveRecord. I'm going to be calling to_json
I have a hash that looks like this: { bmw => { id =>
I have a hash table that I want to store to disk. The list
I have a Hash, and I need to access the following: parsed[HotelInformationResponse][PropertyAmenities][PropertyAmenity] that needs
I have a hash that i wanted to parse to XML using SimpleXML but

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.