memflash 2.5.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:
          =
        
        
          installation:
          =
        
      Dépendances de Runtime (1):
            actionpack
            >= 5.1, < 7.2