Advertisement
Guest User

Untitled

a guest
May 4th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 4.26 KB | None | 0 0
  1. 2015-05-04T12:01:46.067365+00:00 app[web.1]: Started GET "/api/categories" FOR 83.221.194.207 at 2015-05-04 12:01:46 +0000
  2. 2015-05-04T12:01:46.128486+00:00 app[web.1]:   Category LOAD (21.8ms)  SELECT "categories".* FROM "categories"
  3. 2015-05-04T12:01:46.129487+00:00 heroku[router]: at=info method=GET path="/api/categories" host=shrouded-garden-4520.herokuapp.com request_id=b23acae2-b2ec-491f-b724-0e2de7705452 fwd="83.221.194.207" dyno=web.1 CONNECT=1ms service=65ms STATUS=304 bytes=326
  4. 2015-05-04T12:01:46.106003+00:00 app[web.1]: Processing BY Api::CategoriesController#index AS HTML
  5. 2015-05-04T12:01:46.129510+00:00 app[web.1]: Completed 200 OK IN 23ms (Views: 1.3ms | ActiveRecord: 21.8ms)
  6. 2015-05-04T12:01:46.400619+00:00 heroku[router]: at=info method=GET path="/api/categories/8" host=shrouded-garden-4520.herokuapp.com request_id=ca8688d3-4fd6-435d-8d54-ec39b73db4e8 fwd="83.221.194.207" dyno=web.1 CONNECT=1ms service=7ms STATUS=200 bytes=478
  7. 2015-05-04T12:01:46.398011+00:00 app[web.1]: Processing BY Api::CategoriesController#show AS HTML
  8. 2015-05-04T12:01:46.398035+00:00 app[web.1]:   Parameters: {"id"=>"8"}
  9. 2015-05-04T12:01:46.399751+00:00 app[web.1]:   Category LOAD (1.2ms)  SELECT  "categories".* FROM "categories" WHERE "categories"."id" = $1 LIMIT 1  [["id", 8]]
  10. 2015-05-04T12:01:46.396005+00:00 app[web.1]: Started GET "/api/categories/8" FOR 83.221.194.207 at 2015-05-04 12:01:46 +0000
  11. 2015-05-04T12:01:46.400574+00:00 app[web.1]: Completed 200 OK IN 2ms (Views: 0.5ms | ActiveRecord: 1.2ms)
  12. 2015-05-04T12:01:47.539450+00:00 heroku[router]: at=info method=GET path="/api/categories/8/epics" host=shrouded-garden-4520.herokuapp.com request_id=65fd3f61-9efd-45e5-b0b2-a5f930afe4ea fwd="83.221.194.207" dyno=web.1 CONNECT=3ms service=21ms STATUS=200 bytes=676
  13. 2015-05-04T12:01:47.522848+00:00 app[web.1]: Started GET "/api/categories/8/epics" FOR 83.221.194.207 at 2015-05-04 12:01:47 +0000
  14. 2015-05-04T12:01:47.539322+00:00 app[web.1]:   Epic LOAD (2.8ms)  SELECT "epics".* FROM "epics" WHERE "epics"."category_id" = $1  [["category_id", 8]]
  15. 2015-05-04T12:01:47.525283+00:00 app[web.1]: Processing BY Api::EpicsController#index AS HTML
  16. 2015-05-04T12:01:47.525307+00:00 app[web.1]:   Parameters: {"category_id"=>"8"}
  17. 2015-05-04T12:01:47.535398+00:00 app[web.1]:   Category LOAD (9.6ms)  SELECT  "categories".* FROM "categories" WHERE "categories"."id" = $1 LIMIT 1  [["id", 8]]
  18. 2015-05-04T12:01:47.540453+00:00 app[web.1]: Completed 200 OK IN 15ms (Views: 1.4ms | ActiveRecord: 12.4ms)
  19. 2015-05-04T12:01:48.074690+00:00 heroku[router]: at=info method=GET path="/api/categories/8/epics/9" host=shrouded-garden-4520.herokuapp.com request_id=28e65e90-d7d1-4ff8-88f1-b8e06b68eff7 fwd="83.221.194.207" dyno=web.1 CONNECT=1ms service=9ms STATUS=200 bytes=521
  20. 2015-05-04T12:01:48.068241+00:00 app[web.1]: Started GET "/api/categories/8/epics/9" FOR 83.221.194.207 at 2015-05-04 12:01:48 +0000
  21. 2015-05-04T12:01:48.072973+00:00 app[web.1]: Completed 200 OK IN 2ms (Views: 0.5ms | ActiveRecord: 1.2ms)
  22. 2015-05-04T12:01:48.070412+00:00 app[web.1]: Processing BY Api::EpicsController#show AS HTML
  23. 2015-05-04T12:01:48.070417+00:00 app[web.1]:   Parameters: {"category_id"=>"8", "id"=>"9"}
  24. 2015-05-04T12:01:48.072067+00:00 app[web.1]:   Epic LOAD (1.2ms)  SELECT  "epics".* FROM "epics" WHERE "epics"."id" = $1 LIMIT 1  [["id", 9]]
  25. 2015-05-04T12:01:48.951767+00:00 heroku[router]: at=info method=GET path="/api/categories/8/epics/9/tasks" host=shrouded-garden-4520.herokuapp.com request_id=2e46b883-d040-4817-88a6-be67c6f0e5aa fwd="83.221.194.207" dyno=web.1 CONNECT=1ms service=11ms STATUS=200 bytes=544
  26. 2015-05-04T12:01:48.945993+00:00 app[web.1]: Processing BY Api::TasksController#index AS HTML
  27. 2015-05-04T12:01:48.946017+00:00 app[web.1]:   Parameters: {"category_id"=>"8", "epic_id"=>"9"}
  28. 2015-05-04T12:01:48.947711+00:00 app[web.1]:   Epic LOAD (1.2ms)  SELECT  "epics".* FROM "epics" WHERE "epics"."id" = $1 LIMIT 1  [["id", 9]]
  29. 2015-05-04T12:01:48.950752+00:00 app[web.1]: Completed 200 OK IN 5ms (Views: 1.0ms | ActiveRecord: 2.4ms)
  30. 2015-05-04T12:01:48.943719+00:00 app[web.1]: Started GET "/api/categories/8/epics/9/tasks" FOR 83.221.194.207 at 2015-05-04 12:01:48 +0000
  31. 2015-05-04T12:01:48.949952+00:00 app[web.1]:   Task LOAD (1.2ms)  SELECT "tasks".* FROM "tasks" WHERE "tasks"."epic_id" = $1  [["epic_id", 9]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement