sheerun / rails4-bootstrap

My systematic way of making bullet-proof Rails 4 bootstrap template.
21 stars 1 forks source link

Use better_errors and binding_of_caller for easy debugging #16

Closed sheerun closed 11 years ago

sheerun commented 11 years ago

I think this is pretty obvious. I didn't find an alternative for debugging exceptions directly in browser (binding_of_caller) and extremely useful 500 page (better_errors).

sheerun commented 11 years ago

As these gems are compatible only with mri/rbx on non-windows, I need to add :platform => :ruby to Gemfile.