Add proper error page for request timeouts
This commit is contained in:
parent
34ff11c496
commit
5b12624847
4 changed files with 17 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -50,6 +50,7 @@ gem 'rails-settings-cached'
|
|||
gem 'simple-navigation'
|
||||
gem 'statsd-instrument'
|
||||
gem 'ruby-oembed', require: 'oembed'
|
||||
gem 'rack-timeout'
|
||||
|
||||
gem 'react-rails'
|
||||
gem 'browserify-rails'
|
||||
|
@ -89,5 +90,4 @@ group :production do
|
|||
gem 'rails_12factor'
|
||||
gem 'redis-rails'
|
||||
gem 'lograge'
|
||||
gem 'rack-timeout'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue