Rails 4 exception stack traces don't show in development

前端 未结 10 1471
星月不相逢
星月不相逢 2021-02-19 18:52

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

10条回答
  •  故里飘歌
    2021-02-19 19:31

    Add this in your application.html.erb file. It should provide you more details

    <%= debug(params)%>
    

提交回复
热议问题