Last Updated: February 25, 2016
·
1.008K
· ccastillo

More informative error page in Rails

Add this in your Gemfile

group :development do
  gem "better_errors"
end

Your 404/500 error page will look like this:
Errors

Here's the official repo:
Github Repo