0.01
No commit activity in last 3 years
No release in over 3 years
A plugin for the Padrino web framework which adds support for Rails like flash messages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Code merged into Padrino. This gem will no longer be maintained

Overview

Padrino Flash is a plugin for the Padrino web framework which adds support for Rails like flash messages.

Setup & Installation

Include it in your project's Gemfile:

gem 'padrino-flash'

Modify your app/app.rb file to register the plugin:

class ExampleApplication < Padrino::Application
  register Padrino::Flash
end

Dependencies

Copyright

Copyright © 2012 Benjamin Bloch (Cirex). See LICENSE for details.