rails-prg 0.1.1
Secure applications disable browser history and internal cache. Unfortunately, this causes problems with most browsers when following the standard Rails pattern for displaying errors. For full protection from ERR_CACHE_MISS (in Chrome with no-cache, no-store), and equivalent in other browsers, the pattern should be altered to follow a full POST-REDIRECT-GET patten. This way the browser will always have a consistent back-button history to traverse without triggering browser errors.
Gemfile:
=
install:
=
Runtime Dependencies (2):
actionpack
>= 0
railties
>= 0
Development Dependencies (13):
activerecord
>= 0
bundler
~> 1.5
cane
>= 0
capybara
>= 0
database_cleaner
>= 0
rake
>= 0
rspec-rails
>= 0
sauce
~> 3.1.1
sauce-connect
>= 0
selenium-webdriver
>= 0
simplecov
>= 0
sprockets-rails
>= 0
sqlite3
>= 0