memflash 2.3.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:
=
install:
=
Runtime Dependencies (1):
actionpack
>= 5.1, < 7.1