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
In my case, just putting config.consider_all_requests_local = true did make puma show all of errors and full backtrace.