Use better_errors for better errors

These two gems make it much easier to debug problems on the development machine.
This commit is contained in:
KenYN 2014-01-27 15:51:54 +09:00
parent e6986bd5fc
commit cc881557b6

View file

@ -44,6 +44,8 @@ end
group :development do
gem 'pry'
gem 'binding_of_caller'
gem 'better_errors'
end
group :development, :test do