cacheable_flash 0.3.4
Allows caching of pages with flash messages by rendering flash messages from a cookie using JavaScript, instead of statically in your Rails view template. Flash contents are converted to JSON and placed in a cookie by an after_filter (default) or a Rack Middleware (option).
Gemfile:
=
install:
=
Runtime Dependencies (2):
json
>= 0
stackable_flash
>= 0.0.7
Development Dependencies (7):
jquery-rails
>= 0
rails
~> 3.1.12
rake
>= 0
rdoc
>= 3.12
reek
>= 3.5.0
roodi
>= 5.0.0
rspec-rails
>= 3.3.3