Hacker News new | ask | show | jobs
by colszowka 4666 days ago
Some additions:

* The better_errors/meta_request/binding_of_caller combo for error pages with in-browser REPL and for Rails Panel chrome dev tools tab

* foreman for launching processes

* pry as a debugging tool

* lograge/quiet_assets for cleaner log files

As the project author, I will not include simplecov here, but I would normally drop that in there too ;)

3 comments

That first one is pretty neat. Here's a RailsCast I found about it: http://railscasts.com/episodes/402-better-errors-railspanel?.... Foreman is something I use every day and I didn't even think to include it, thanks.
Have you tried Logstasher ? https://github.com/shadabahmed/logstasher

Asking because I wrote it .. giggle :)

Was going to mention the better_errors gem group as well, it's the first thing I put into my project. It helps a ton, especially as a beginner.