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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:05:57+00:00 2026-05-31T16:05:57+00:00

How can I pass an optional parameter to the flash message? I’m using Twitter

  • 0

How can I pass an optional parameter to the flash message?

I’m using Twitter Bootstrap alert messages, and I want to add the “.alert-block” css class to the message, based on a parameter or something I set in the controller.

Thanks.


This is my solution:

flash[:success_block] = "<h4>Bla blah.</h4> <p>Blah blah.</p>"



<% flash.each do |name, msg| %>

  <% block = true if name.to_s.split('_').last == 'block' %>
  <% name = name.to_s.split('_').first if block %>

  <div class="alert fade in alert-<%= name %> <%= 'alert-block' if block %>">
    <a class="close" data-dismiss="alert">×</a>
    <%= msg.html_safe %>
  </div>

<% 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-31T16:05:59+00:00Added an answer on May 31, 2026 at 4:05 pm

    The best practice is to map the flash message on the different alert types that twitter bootstrap provides (ie flash[:info] to .alert-info, flash[:success to alert-success]…)

    You can’t pass parameters to flash variables, but you can access instance variables of a controller, or even methods by using helper_method from your views/layouts.

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

Sidebar

Related Questions

How can I pass an optional parameter to a PHP function. For example function
Hello friends i am to add optional parameter to pass these in a method
I know that I can pass a string as the second parameter to the
During a search you can pass some data to search manager by using the
name_iexact keyword is a parameter we can pass to filter function in django.model. Can
I would like to be able to pass an optional parameter to an ant
I want to pass several parameters, one of which is optional, to a function.
Can we skip an optional parameter and assign value to the parameter after the
I am implementing a message passing algorithm. Messages pass between adjacent nodes when they
How do I add from in an email message using Amazon SES in PHP?

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.