Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. Started PATCH "/admin/competitions/53d11b01736e7358b57a0000" for ::1 at 2015-04-27 16:20:11 +0100
  2. Processing by Admin::CompetitionsController#update as HTML
  3. Parameters: {"utf8"=>"✓", "authenticity_token"=>"[hidden]", "competition"=>{"display_name"=>"Capital One Cup", "country_id"=>"53d11af2736e7358b5190000"}, "commit"=>"Update Competition", "id"=>"53d11b01736e7358b57a0000"}
  4. D, [2015-04-27T16:20:11.537579 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 QUERY database=dev collection=users selector={"$query"=>{"_id"=>BSON::ObjectId('53f74b79736e73452f000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.7300ms
  5. D, [2015-04-27T16:20:11.539357 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 QUERY database=dev collection=competitions selector={"_id"=>BSON::ObjectId('53d11b01736e7358b57a0000')} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5760ms
  6. D, [2015-04-27T16:20:11.561547 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 UPDATE database=dev collection=competitions selector={"_id"=>BSON::ObjectId('53d11b01736e7358b57a0000')} update={"$set"=>{"dn"=>{}, "updated_at"=>2015-04-27 15:20:11 UTC}} flags=[]
  7. D, [2015-04-27T16:20:11.561685 #5896] DEBUG -- : COMMAND database=dev command={:getlasterror=>1, :w=>1} runtime: 18.4320ms
  8. Redirected to http://localhost:3000/admin/competitions
  9. Completed 302 Found in 39ms
  10.  
  11. Started PATCH "/admin/competitions/53d11b01736e7358b57a0000" for ::1 at 2015-04-27 16:25:34 +0100
  12. Processing by Admin::CompetitionsController#update as HTML
  13. Parameters: {"utf8"=>"✓", "authenticity_token"=>"[hidden]", "competition"=>{"display_name"=>"Capital One Cup", "country_id"=>"53d11af2736e7358b5190000"}, "commit"=>"Update Competition", "id"=>"53d11b01736e7358b57a0000"}
  14. D, [2015-04-27T16:25:34.465519 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 QUERY database=dev collection=users selector={"$query"=>{"_id"=>BSON::ObjectId('53f74b79736e73452f000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8160ms
  15. D, [2015-04-27T16:25:34.469391 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 QUERY database=dev collection=competitions selector={"_id"=>BSON::ObjectId('53d11b01736e7358b57a0000')} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5070ms
  16. D, [2015-04-27T16:25:34.497381 #5896] DEBUG -- : MOPED: 127.0.0.1:27017 UPDATE database=dev collection=competitions selector={"_id"=>BSON::ObjectId('53d11b01736e7358b57a0000')} update={"$set"=>{"dn"=>{"en"=>"Capital One Cup"}, "updated_at"=>2015-04-27 15:25:34 UTC}} flags=[]
  17. D, [2015-04-27T16:25:34.497525 #5896] DEBUG -- : COMMAND database=dev command={:getlasterror=>1, :w=>1} runtime: 23.9000ms
  18. Redirected to http://localhost:3000/admin/competitions
  19. Completed 302 Found in 39ms
  20.  
  21. config.i18n.fallbacks = true
  22. config.i18n.default_locale = :en
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement