Last Updated: February 25, 2016
·
1.286K
· rshetty

'Better Errors' in your Rails App

Every Rails developer is familiar with the default Rails error screen.
If you are bored with the error screen in your rails app, then you can better rails errors using gem 'better_errors'

Caution : Use it for only development

Add this to your GemFile

gem 'better_errors'

Do a

'bundle install'

That's it, now you will have a better UI for your Rails Errors.