Skip to content

Cirex/padrino-flash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Plugin for the Padrino web framework which adds support for Rails like flash messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages