Created
May 10, 2016 09:40
-
-
Save acosonic/54c7fdac9824d84a20796b8ecb952258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/projects" for 94.247.200.2 at 2016-05-10 11:39:05 +0200 | |
Processing by ProjectsController#index as HTML | |
Current user: admin (id=1) | |
Rendered projects/index.html.erb within layouts/base (8.8ms) | |
Completed 200 OK in 27ms (Views: 16.6ms | ActiveRecord: 4.3ms) | |
Started GET "/projects/sla_project-1" for 94.247.200.2 at 2016-05-10 11:39:06 +0200 | |
Processing by ProjectsController#show as HTML | |
Parameters: {"id"=>"sla_project-1"} | |
Current user: admin (id=1) | |
Rendered projects/_members_box.html.erb (0.4ms) | |
Rendered projects/_sidebar.html.erb (0.7ms) | |
Rendered projects/show.html.erb within layouts/base (7.1ms) | |
Completed 200 OK in 63ms (Views: 28.9ms | ActiveRecord: 10.3ms) | |
Started GET "/projects/sla_project-1/inventories" for 94.247.200.2 at 2016-05-10 11:39:08 +0200 | |
ActionController::RoutingError (uninitialized constant OverviewsController): | |
activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get' | |
activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize' | |
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' | |
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' | |
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' | |
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' | |
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' | |
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' | |
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' | |
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' | |
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' | |
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' | |
rack-openid (1.4.2) lib/rack/openid.rb:98:in `call' | |
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call' | |
rack (1.6.4) lib/rack/content_length.rb:15:in `call' | |
rack (1.6.4) lib/rack/etag.rb:24:in `call' | |
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' | |
rack (1.6.4) lib/rack/head.rb:13:in `call' | |
actionpack-xml_parser (1.0.2) lib/action_dispatch/xml_params_parser.rb:16:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' | |
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' | |
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' | |
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' | |
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' | |
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' | |
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' | |
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' | |
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' | |
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' | |
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' | |
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' | |
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' | |
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' | |
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' | |
rack (1.6.4) lib/rack/runtime.rb:18:in `call' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment