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
- Padrino-Core and Padrino-Helpers
- Ruby >= 1.8.7
Copyright
Copyright © 2012 Benjamin Bloch (Cirex). See LICENSE for details.