memflash 2.2.0
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.11, < 5.1