RubyGems.org

A Sinatra extension for setting and showing Rails-like flash messages. This extension improves on the Rack::Flash gem by being simpler to use, providing a full range of hash operations (including iterating through various flash keys, testing the size of the hash, etc.), and offering a 'styled_flash' view helper to render the entire flash hash with sensible CSS classes. The downside is reduced flexibility -- these methods will *only* work in Sinatra.

installgem install sinatra-flash -v 0.2.0
Authors

Stephen Eley

104,334 total downloads 809 for this version
Owners

994e42bda994be2cd1d791f18ee6d561

Gemfile
gem "sinatra-flash", "~> 0.2.0"
Versions
  1. 0.3.0 May 2, 2010
  2. 0.2.1 April 29, 2010
  3. 0.2.0 April 28, 2010
  4. 0.1.0 April 26, 2010
Runtime Dependencies
  1. sinatra >= 1.0.0