philosophie / suspenders

A Rails template with our standard defaults, ready to deploy to Heroku.
MIT License
2 stars 1 forks source link

Replace web-console with better_errors #42

Closed lexi-lambda closed 9 years ago

patbenatar commented 9 years ago

:+1: We should also add binding_of_caller so we get the advanced debug features.

Note that web-console additionally adds a generic rails console that can be accessed via the browser.. I don't ever use this (prefer the terminal one), but for the sake of comparison it's not quite apples-to-apples with better_errors. I still vote we remove web-console in favor of this.