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.

enter image description here

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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -