cacheable_flash 0.3.1
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.3
rake
>= 0
rdoc
>= 3.12
reek
>= 1.2.8
roodi
>= 2.1.0
rspec-rails
>= 2.11.0