public
Description: Rails' "flash" session notification system ported to Merb (See eltiare/merb_has_flash)
Homepage: http://github.com/eltiare/merb_has_flash
Clone URL: git://github.com/ivey/merb_has_flash.git
ivey (author)
Tue May 06 18:50:41 -0700 2008
commit  b03b454a9406f5235b8ad2c9dca785a19ec26e63
tree    ab75a19c217f73b36b98a35fe6ca96e2009c39fe
parent  93e071edbaa3801a278b625f184a1a00c7656f2b
name age message
file LICENSE Tue May 06 18:48:33 -0700 2008 move merb_has_flash up a level [ivey]
file README Tue May 06 18:50:41 -0700 2008 add shay to README [ivey]
file Rakefile Tue May 06 18:48:33 -0700 2008 move merb_has_flash up a level [ivey]
file TODO Tue May 06 18:48:33 -0700 2008 move merb_has_flash up a level [ivey]
directory lib/ Tue May 06 18:48:33 -0700 2008 move merb_has_flash up a level [ivey]
directory spec/ Tue May 06 18:48:33 -0700 2008 move merb_has_flash up a level [ivey]
README
merb_has_flash
=================

A plugin for the Merb framework that provides Rails-style flash.

Most of the code is taken directly from Rails, which is
Copyright (c) 2004-2006 David Heinemeier Hansson.
This plugin is released under the same terms as Rails itself.

Hacked together by Michael Ivey <ivey@gweezlebur.com> ... send bug
reports and patches to him.

Contributors:
Tim Kofol
Shay Arnett