Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@laptop:~/cl/theapp$ RACK_ENV=production padrino s
- All Rack Middleware loaded for this app [[ActiveRecord::ConnectionAdapters::ConnectionManagement, [], nil], [Rack::SslEnforcer, [{:only_environments=>[]}], nil], [TheApp::CustomRedirectForSpecificMinorityOfUsers, [], nil], [Raygun::Middleware::RackExceptionInterceptor, [], nil]]
- settings.raise_errors is set to false
- settings.show_exceptions is set to false
- => Padrino/0.12.4 has taken the stage production at http://127.0.0.1:3000
- [2014-12-18 19:45:58] INFO WEBrick 1.3.1
- [2014-12-18 19:45:58] INFO ruby 2.1.2 (2014-05-08) [x86_64-linux]
- [2014-12-18 19:45:58] INFO WEBrick::HTTPServer#start: pid=23980 port=3000
- now in RackExceptionInterceptor
- RuntimeError - lala:
- /home/user/cl/theapp/app/app.rb:196:in `block in <class:App>'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:504:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:504:in `block in route'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `[]'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block (3 levels) in process_destination_path'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:985:in `route_eval'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block (2 levels) in process_destination_path'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `catch'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block in process_destination_path'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:8:in `instance_eval'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:8:in `process_destination_path'
- (eval):20:in `block in call'
- (eval):9:in `catch'
- (eval):9:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:288:in `raw_call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:142:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:931:in `route!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:915:in `block in dispatch!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:913:in `dispatch!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `block in call!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `call!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:886:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
- /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/builder.rb:49:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/raygun4ruby-1.1.4/lib/raygun/middleware/rack_exception_interceptor.rb:11:in `call'
- /home/user/cl/theapp/lib/middleware/migration.rb:21:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-ssl-enforcer-0.2.6/lib/rack/ssl-enforcer.rb:56:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:2014:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `block in call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1788:in `synchronize'
- /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:84:in `block in call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `each'
- /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `call'
- /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
- /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
- /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
- /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptornow in RackExceptionInterceptor
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raisedend of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- now in RackExceptionInterceptor
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- now in RackExceptionInterceptornow in RackExceptionInterceptor
- now in RackExceptionInterceptor
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raisednow in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptornow in RackExceptionInterceptor
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raisednow in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
- now in RackExceptionInterceptor
- end of RackExceptionInterceptor middleware call, no exceptions raised
Advertisement
Add Comment
Please, Sign In to add comment