You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Victor Camacho edited this page Aug 11, 2015
·
2 revisions
This generator let you create custom error pages (404, 500 and so on). Generates ErrorsController and errors#show, You may use your default app layout or create a less complex layout.
Note: In order to test custom errors you'll have to set config.consider_all_requests_local = false in config/development.rb and restart your server.