Created
January 28, 2014 14:45
-
-
Save jory/8668895 to your computer and use it in GitHub Desktop.
This file contains 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 "/api/sites/52e692254b69775d73030000/add_ons/footer_navigational.json" for 127.0.0.1 at 2014-01-28 09:44:26 -0500 | |
Processing by AddOnsController#show as JSON | |
Parameters: {"site_id"=>"52e692254b69775d73030000", "id"=>"footer_navigational"} | |
MOPED: 127.0.0.1:27017 QUERY database=presslydb collection=users selector={"$query"=>{"_id"=>BSON::ObjectId('52e690b04b69775d28030000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5010ms | |
MOPED: 127.0.0.1:27017 QUERY database=presslydb collection=property_sites selector={"$query"=>{"_id"=>BSON::ObjectId('52e692254b69775d73030000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.3790ms | |
MOPED: 127.0.0.1:27017 QUERY database=presslydb collection=property_add_ons selector={"site_id"=>BSON::ObjectId('52e692254b69775d73030000'), "_id"=>"footer_navigational"} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.3910ms | |
Completed 204 No Content in 74ms | |
Started POST "/api/sites/52e692254b69775d73030000/add_ons/footer_navigational.json" for 127.0.0.1 at 2014-01-28 09:44:29 -0500 | |
ActionController::RoutingError (No route matches [POST] "/api/sites/52e692254b69775d73030000/add_ons/footer_navigational.json"): | |
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' | |
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app' | |
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call' | |
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged' | |
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged' | |
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged' | |
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call' | |
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' | |
rack (1.5.2) lib/rack/runtime.rb:17:in `call' | |
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call' | |
rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call' | |
rack (1.5.2) lib/rack/sendfile.rb:112:in `call' | |
airbrake (3.1.15) lib/airbrake/user_informer.rb:16:in `_call' | |
airbrake (3.1.15) lib/airbrake/user_informer.rb:12:in `call' | |
railties (4.0.2) lib/rails/engine.rb:511:in `call' | |
railties (4.0.2) lib/rails/application.rb:97:in `call' | |
rack (1.5.2) lib/rack/content_length.rb:14:in `call' | |
puma (2.7.1) lib/puma/server.rb:486:in `handle_request' | |
puma (2.7.1) lib/puma/server.rb:357:in `process_client' | |
puma (2.7.1) lib/puma/server.rb:250:in `block in run' | |
puma (2.7.1) lib/puma/thread_pool.rb:92:in `call' | |
puma (2.7.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' | |
Rendered /Users/jory/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) | |
Rendered /Users/jory/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (27.7ms) | |
Rendered /Users/jory/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms) | |
Rendered /Users/jory/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (211.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment