Guest User

Untitled

a guest
Jan 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Processing by ItemsController#show as HTML
  2. Parameters: {"utf8"=>"✓", "authenticity_token"=>"aw/dYNe/6lC77k0PrdL+E/Z1sczfzWnZZOfsfef8or5k13SF62YifsoeGtX3g2syXzlzgTyVtx3gT5+hqmE8FpvPiwhlWLA==", "contribution"=>{"content"=>"アイウエオ", "item_id"=>"62"}, "commit"=>"送信する", "id"=>"62"}
  3. Item Load (0.3ms) SELECT "items".* FROM "items" WHERE "items"."id" = ? LIMIT ? [["id", 62], ["LIMIT", 1]]
  4. Rendering items/show.html.erb within layouts/application
  5. User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
  6. Rendered partial/_sidebar.html.erb (6.1ms)
  7. Rendered partial/_navbar.html.erb (2.9ms)
  8. Rendered partial/_navmenu.html.erb (0.5ms)
  9. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
  10. Rendered contributions/_form.html.erb (6.4ms)
  11. Rendered items/show.html.erb within layouts/application (39.3ms)
  12. Completed 200 OK in 454ms (Views: 443.9ms | ActiveRecord: 0.8ms)
  13.  
  14. http://localhost:3000/items/62?utf8=%E2%9C%93&authenticity_token=aw%2FdYNe%2F6lC77k0PrdL%hfw2FZ1sczfzWnZjvrZIZOr5k13SF62YiGtX3g2syfewo38ksXzlzgTyVtx3gT5%2BhqmE8FpvPlWLA%3D%3D&contribution%5Bcontent%5D=%E3%82%A2%E3%82%A4%E3%8ei2%A6%E3%82%A882%AA&contribution%5Bitem_id%5D=62&commit=%E9%80%81%E4%BF%A1%E3%81%99%E3%82%8B%d7%s9%
Add Comment
Please, Sign In to add comment