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
Add this in your application.html.erb file. It should provide you more details
<%= debug(params)%>