invalid_authenticity_token_rescue 0.1.3
Rails 5 default protect_from_forgery is to raise an exception. Some browsers trigger this exception by caching pages. This gem rescues the InvalidAuthenticityToken exception, triggers ExceptionNotifier, and redirects to the login page.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            exception_notification
            ~> 4.2.1
          
          
            rails
            < 5.2, >= 5.0.0
          
    Development Dependencies (1):
            sqlite3
            >= 0