how do I get only the stack trace from my app in rails?
- by codeman73
The default behavior seems to be printing large stack traces like
ArgumentError (too few arguments):
app/controllers/players_controller.rb:55:in `format'
app/controllers/players_controller.rb:55:in `create'
/dh/passenger/lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'…