RubyGems.org

memflash

1.0.1

Memflash is a gem which enables storing really long values in the Rails FlashHash without writing them to the session. Instead, it transparently uses `Rails.cache`, thus enabling the flash in your actions to contain large values, and still fit in a cookie-based session store

installgem install memflash
Authors

Vladimir Andrijevik

2,355 total downloads 802 for this version
Owners

20b2ca7b0d0e17062702c6bc48007e5b9e57f24b9d4603e9d0fdd9d669c85a2c

Gemfile
gem "memflash", "~> 1.0.1"
Versions
  1. 1.0.1 July 10, 2012
  2. 1.0.0 September 14, 2010
Runtime Dependencies
  1. actionpack < 3.3, >= 2.3.6