Rails error page customization is much easier using Better Errors gem which replaces the standard Rails error page with a much better and more useful error page. Pretty nice gem.
All you need is add a single gem in your gemfile.
gem "better_errors" |
Run bundler and restart your server.
The post Better Rails error page customization, display more information appeared first on Code Beer Startups.