kemal-flash
Version, currently 0.2.04 versions
- 0.3.0latestFeb 2, 2026
- 0.2.1not indexedFeb 20, 2026
- 0.2.0not indexedFeb 20, 2026
- 0.1.0not indexedFeb 20, 2026
github.com/crystal-garage/kemal-flash
Temporary storage between actions in Kemal
Nothing has been indexed for 0.2.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
kemal-flash:
github: crystal-garage/kemal-flash
version: ~> 0.2.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.2.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
kemal-flash
A fork of the kemal-flash library that I created because the original not working anymore and has not received any updates for a long time.
kemal-flash provides a way to pass temporary information between actions. Anything
that's placed in the flash will be cleared out at the end of the next action. kemal-flash
depends on kemal-session. Make sure kemal-session is included before including
kemal-flash.
Installation
Add this to your application's shard.yml:
dependencies:
kemal-flash:
github: crystal-garage/kemal-flash
branch: develop
Usage
require "kemal"
require "kemal-session"
require "kemal-flash"
get "/" do |env|
env.flash["notice"] = "welcome"
end
get "/check_flash" do |env|
env.flash["notice"]?
end
Contributing
- Fork it ( https://github.com/crystal-garage/kemal-flash/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- neovintage Rimas Silkaitis - creator, maintainer
- mamantoha Anton Maminov - maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.2.0- Tagged
- Feb 20, 2026
- Commit
a1659f9773be- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/crystal-garage/kemal-flash
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 4