Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toymachiner62/devise-connection-failure
Simple app to test that the airbrake gem causes a connection failure when
https://github.com/toymachiner62/devise-connection-failure
Last synced: 27 days ago
JSON representation
Simple app to test that the airbrake gem causes a connection failure when
- Host: GitHub
- URL: https://github.com/toymachiner62/devise-connection-failure
- Owner: toymachiner62
- Created: 2015-01-10T23:32:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T17:02:21.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T10:48:50.966Z (3 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devise-connection-failure
Simple app to test that the devise causes a connection failure when using custom error pages## To Reproduce Error
1. Clone this project
2. Run $ bundle install
3. Run $ RAILS_ENV=production rake db:create db:migrate db:seed
4. Run $ RAILS_ENV=production rails s
5. Hit http://localhost:3000/asdf for example in a browser