ruby on rails - Not getting debug output for view errors in development mode -
this odd. @ moment, have kind of error in view, can't see is. also, no debug output in web server trace.
the rails 3.2.2 app upgrade 2.7.10, , i'm using "thin" development server. normal debug output when error occurs in other places.
edit: i'm running development, can see here:
=> booting thin => rails 3.2.2 application starting in development on http://0.0.0.0:3000 => call -d detach => ctrl-c shutdown server >> thin web server (v1.3.1 codename triple espresso) >> maximum connections set 1024 >> listening on 0.0.0.0:3000, ctrl+c stop
edit: can duplicate behavior raising exception in controller.
please check development.rb , ensure that
config.consider_all_requests_local = true
otherwise exceptions , stack traces not shown.
Comments
Post a Comment