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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:27:39+00:00 2026-05-15T23:27:39+00:00

I got this question in a previous interview and couldnt do it , any

  • 0

I got this question in a previous interview and couldnt do it , any idea?
What does this return? Where would it be used?

module ApplicationHelper
 def show_flash
flash.map{|key, value| content_tag(:div, value, {:class => key})}
 end
end
  • 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-15T23:27:40+00:00Added an answer on May 15, 2026 at 11:27 pm

    The ‘flash’ is a ruby-on-rails convention for storing information generated in one request (say, “invalid username” or “session not found” or “thanks for buying from us” or “cart updated”) temporarily for being rendered into the next view from the client.

    The flash is a hash-like object.

    The .map method on hash-like objects will iterate over all items in the hash; in this case, the .map method is being passed a block that accepts two parameters (which it names key and value, because the key could be used to look up the value from the hash). The block uses the content_tag helper to output new <div> elements with the value from the hash and the CSS selector-class key.

    So for a flash like this: {:name => "sars", :food => "pizza"}

    It would emit HTML roughly like this: <div class="name">sars</div><div class="food">pizza</div>.

    This is a clever little helper method that probably saves a fair bit of typing, but it makes some assumptions: order in the view doesn’t matter, all the keys are either in the CSS already or the CSS is prepared to handle unknown class elements in a graceful way. This helper might only be used once in a template, but it’d still be helpful to have as a method that could be dropped into other projects later.

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

Sidebar

Ask A Question

Stats

  • Questions 510k
  • Answers 510k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There's probably very little in the way of the List… May 16, 2026 at 5:03 pm
  • Editorial Team
    Editorial Team added an answer A modification to your first one would be more appropriate… May 16, 2026 at 5:03 pm
  • Editorial Team
    Editorial Team added an answer You could use the setInterval function to continuously poll the… May 16, 2026 at 5:03 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Got this idea from this previous question. How to create a generic array in
Just got this answer from a previous question and it works a treat! SELECT
My previous question about this subject was answered and I got some tests working
I've got this form working, but according to my previous question it might not
The responses I've got to this question have solved the problem I had in
I would be certain that this question addresses something that would have been brought
a month ago I asked this question: Trying to find the top 3 properties
Following on from a previous question in which I asked: How can I use
I've got a certain question related to a blog, which I am developing in
I've been using this method (I think I got it from one of Apple's

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.