Registry / web-framework / rack-flash

rack-flash

JSON →
library0.1.2rbrubygemsunverified

Flash hash implementation for Rack apps.

gem install rack-flash
INSTALL
IMPORT
SIG · RACK-FLASH
R
rack-flash
web-frameworkrubyv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Flash
require 'rack-flash'

Basic Rack app using flash hash

require 'rack-flash' use Rack::Flash use Rack::Session::Cookie run ->(env) { [200, {}, [env['rack.flash'][:notice] || 'No flash']] }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rack-flash — gem install rack-flash · libregistry