-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
In ProgressActively being worked onActively being worked on
Description
- Removed 404 and 505 html file in Public folder and Generate a new ErrorsController that inherits from ApplicationController with command
rails g controller errors not_found internal_server_error. - Configure Routes to Handle New Errors Page in
config/routes.rb. - Adjust configuration to turn off the default way Rails will handle errors in the main
application.rbfile. - Disable configuration in
config/environments/development.rbin order to test things out locally. - Style, edit and adjust the views within
app/views/errorsaccordingly.
Metadata
Metadata
Assignees
Labels
In ProgressActively being worked onActively being worked on