memflash 2.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
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
actionpack
< 4.2, >= 3.2.15