cacheable_flash 1.0.0
Allows caching of pages with flash messages by rendering flash messages from a cookie using JavaScript, instead of statically in your Rails view template. Flash contents are converted to JSON and placed in a cookie by an after_filter (default) or a Rack Middleware (option).
          Gemfile:
          =
        
        
          インストール:
          =
        
      Runtime依存関係 (2):
            json
            >= 0
          
          
            stackable_flash
            >= 0.0.7
          
    Development依存関係 (7):
            jquery-rails
            >= 0
          
          
            rails
            ~> 3.1.12
          
          
            rake
            >= 0
          
          
            rdoc
            >= 3.12
          
          
            reek
            >= 3.5.0
          
          
            roodi
            >= 5.0.0
          
          
            rspec-rails
            >= 3.3.3
          
    