I\'m following the rails tutorial book and using the c9.io web IDE as I follow the tutorials. While working on my sample application, I noticed that exceptions aren\'t being sho
Meanwhile, I was able to find the source of the problem in my case, though still not the solution.
I'm using the rollbar-gem
extension to be able to post errors in production, which actually seems to suck up all error logs also in development (even though it has been manually disabled). Thus removing the gem and all code gives me access to my logs again.
I posted an issue on this on the gems page.