-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I just accidentally tried to login without a password, and I got the following error by email. Note that I removed some of the text in the French braces just in case.
{"authenticity_token"=>"[there was a value here]",
"email"=>"[there was an email address here]", "action"=>"login", "controller"=>"authentication"}
NameError
uninitialized constant AuthenticationController::RedirectBackError
/home/ubuntu/documentcloud/app/controllers/authentication_controller.rb:31:in
rescue in login' /home/ubuntu/documentcloud/app/controllers/authentication_controller.rb:27:inlogin'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/implicit_render.rb:4:in
send_action' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/abstract_controller/base.rb:189:in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/rendering.rb:10:in
process_action' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/abstract_controller/callbacks.rb:20:in block in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:113:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:113:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:166:in
block in halting' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in
block in halting_and_conditional' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in
block in halting_and_conditional' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:215:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:215:in
block in halting_and_conditional' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:299:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:299:in
block (2 levels) in halting' /home/ubuntu/documentcloud/app/controllers/application_controller.rb:186:in notify_exceptions'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:424:in
block in make_lambda' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:298:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:298:in
block in halting' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:166:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:166:in
block in halting' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:229:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:229:in
block in halting' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:229:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:229:in
block in halting' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:149:in
block in halting_and_conditional' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:86:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:86:in
run_callbacks' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/abstract_controller/callbacks.rb:19:in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/rescue.rb:29:in
process_action' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/instrumentation.rb:31:in block in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/notifications.rb:159:in
block in instrument' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/notifications/instrumenter.rb:20:in instrument'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/notifications.rb:159:in
instrument' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/instrumentation.rb:30:in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/params_wrapper.rb:250:in
process_action' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activerecord-4.1.6/lib/active_record/railties/controller_runtime.rb:18:in process_action'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/abstract_controller/base.rb:136:in
process' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionview-4.1.6/lib/action_view/rendering.rb:30:in process'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal.rb:196:in
dispatch' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal/rack_delegation.rb:13:in dispatch'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_controller/metal.rb:232:in
block in action' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/routing/route_set.rb:82:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/routing/route_set.rb:82:in
dispatch' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/routing/route_set.rb:50:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/journey/router.rb:73:in
block in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/journey/router.rb:59:in each'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/journey/router.rb:59:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/routing/route_set.rb:678:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/etag.rb:23:in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/conditionalget.rb:35:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/head.rb:11:in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/params_parser.rb:27:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/flash.rb:254:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in context'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/cookies.rb:560:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activerecord-4.1.6/lib/active_record/query_cache.rb:36:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activerecord-4.1.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/callbacks.rb:29:in
block in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/callbacks.rb:82:in run_callbacks'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/callbacks.rb:27:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/remote_ip.rb:76:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/debug_exceptions.rb:17:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/show_exceptions.rb:30:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/railties-4.1.6/lib/rails/rack/logger.rb:38:in
call_app' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/railties-4.1.6/lib/rails/rack/logger.rb:20:in block in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/tagged_logging.rb:68:in
block in tagged' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/tagged_logging.rb:26:in tagged'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/tagged_logging.rb:68:in
tagged' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/railties-4.1.6/lib/rails/rack/logger.rb:20:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/request_id.rb:21:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/runtime.rb:17:in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/activesupport-4.1.6/lib/active_support/cache/strategy/local_cache_middleware.rb:26:in call'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/railties-4.1.6/lib/rails/engine.rb:514:incall'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/railties-4.1.6/lib/rails/application.rb:144:in
call' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/passenger-4.0.41/lib/phusion_passenger/rack/thread_handler_extension.rb:74:in process_request'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/passenger-4.0.41/lib/phusion_passenger/request_handler/thread_handler.rb:141:in
accept_and_process_next_request' /home/ubuntu/.rvm/gems/ruby-2.1.1/gems/passenger-4.0.41/lib/phusion_passenger/request_handler/thread_handler.rb:109:in main_loop'
/home/ubuntu/.rvm/gems/ruby-2.1.1/gems/passenger-4.0.41/lib/phusion_passenger/request_handler.rb:448:in
`block (3 levels) in start_threads'