Advertisement
Guest User

Untitled

a guest
Jul 29th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 61.30 KB | None | 0 0
  1.  
  2. [ENV]:/vagrant/src/turbo $ tail -999 log/development.log
  3.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  4.   ↳ app/views/places/index.html.erb:9
  5.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  6.   ↳ app/views/places/index.html.erb:13
  7.   Photo Load (0.1ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  8.   ↳ app/views/places/index.html.erb:25
  9.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  10.   ↳ app/views/places/index.html.erb:9
  11.   Comment Load (0.6ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  12.   ↳ app/views/places/index.html.erb:13
  13.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  14.   ↳ app/views/places/index.html.erb:25
  15.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  16.   ↳ app/views/places/index.html.erb:43
  17.   Rendered places/index.html.erb within layouts/application (32.2ms)
  18.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  19.   ↳ app/views/layouts/application.html.erb:32
  20. Completed 200 OK in 4646ms (Views: 4603.9ms | ActiveRecord: 3.8ms)
  21.  
  22.  
  23. Started GET "/?page=3" for 10.0.2.2 at 2019-07-25 02:06:35 +0000
  24. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  25. Processing by PlacesController#index as HTML
  26.   Parameters: {"page"=>"3"}
  27.   Rendering places/index.html.erb within layouts/application
  28.   Place Load (0.4ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  29.   ↳ app/views/places/index.html.erb:1
  30.    (0.3ms)  SELECT COUNT(*) FROM "places"
  31.   ↳ app/views/places/index.html.erb:1
  32.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  33.   ↳ app/views/places/index.html.erb:3
  34.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  35.   ↳ app/views/places/index.html.erb:9
  36.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  37.   ↳ app/views/places/index.html.erb:13
  38.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  39.   ↳ app/views/places/index.html.erb:25
  40.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  41.   ↳ app/views/places/index.html.erb:9
  42.   Comment Load (0.4ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  43.   ↳ app/views/places/index.html.erb:13
  44.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  45.   ↳ app/views/places/index.html.erb:25
  46.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  47.   ↳ app/views/places/index.html.erb:9
  48.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  49.   ↳ app/views/places/index.html.erb:13
  50.   Photo Load (0.1ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  51.   ↳ app/views/places/index.html.erb:25
  52.   CACHE  (0.1ms)  SELECT COUNT(*) FROM "places"
  53.   ↳ app/views/places/index.html.erb:43
  54.   Rendered places/index.html.erb within layouts/application (26.7ms)
  55.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  56.   ↳ app/views/layouts/application.html.erb:32
  57. Completed 200 OK in 4664ms (Views: 4601.4ms | ActiveRecord: 2.7ms)
  58.  
  59.  
  60. Started GET "/?page=3" for 10.0.2.2 at 2019-07-25 02:06:55 +0000
  61. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  62. Processing by PlacesController#index as HTML
  63.   Parameters: {"page"=>"3"}
  64.   Rendering places/index.html.erb within layouts/application
  65.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  66.   ↳ app/views/places/index.html.erb:1
  67.    (0.3ms)  SELECT COUNT(*) FROM "places"
  68.   ↳ app/views/places/index.html.erb:1
  69.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  70.   ↳ app/views/places/index.html.erb:3
  71.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  72.   ↳ app/views/places/index.html.erb:9
  73.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  74.   ↳ app/views/places/index.html.erb:13
  75.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  76.   ↳ app/views/places/index.html.erb:25
  77.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  78.   ↳ app/views/places/index.html.erb:9
  79.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  80.   ↳ app/views/places/index.html.erb:13
  81.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  82.   ↳ app/views/places/index.html.erb:25
  83.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  84.   ↳ app/views/places/index.html.erb:9
  85.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  86.   ↳ app/views/places/index.html.erb:13
  87.   Photo Load (0.1ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  88.   ↳ app/views/places/index.html.erb:25
  89.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  90.   ↳ app/views/places/index.html.erb:43
  91.   Rendered places/index.html.erb within layouts/application (31.1ms)
  92.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  93.   ↳ app/views/layouts/application.html.erb:32
  94. Completed 200 OK in 723ms (Views: 682.4ms | ActiveRecord: 2.9ms)
  95.  
  96.  
  97. Started GET "/?page=3" for 10.0.2.2 at 2019-07-25 02:07:15 +0000
  98. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  99. Processing by PlacesController#index as HTML
  100.   Parameters: {"page"=>"3"}
  101.   Rendering places/index.html.erb within layouts/application
  102.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  103.   ↳ app/views/places/index.html.erb:1
  104.    (0.2ms)  SELECT COUNT(*) FROM "places"
  105.   ↳ app/views/places/index.html.erb:1
  106.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  107.   ↳ app/views/places/index.html.erb:3
  108.   User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  109.   ↳ app/views/places/index.html.erb:9
  110.   Comment Load (0.7ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  111.   ↳ app/views/places/index.html.erb:13
  112.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  113.   ↳ app/views/places/index.html.erb:25
  114.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  115.   ↳ app/views/places/index.html.erb:9
  116.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  117.   ↳ app/views/places/index.html.erb:13
  118.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  119.   ↳ app/views/places/index.html.erb:25
  120.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  121.   ↳ app/views/places/index.html.erb:9
  122.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  123.   ↳ app/views/places/index.html.erb:13
  124.   Photo Load (0.7ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  125.   ↳ app/views/places/index.html.erb:25
  126.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  127.   ↳ app/views/places/index.html.erb:43
  128.   Rendered places/index.html.erb within layouts/application (31.2ms)
  129.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  130.   ↳ app/views/layouts/application.html.erb:32
  131. Completed 200 OK in 4748ms (Views: 4647.3ms | ActiveRecord: 3.5ms)
  132.  
  133.  
  134. Started GET "/?page=3" for 10.0.2.2 at 2019-07-25 02:07:35 +0000
  135. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  136. Processing by PlacesController#index as HTML
  137.   Parameters: {"page"=>"3"}
  138.   Rendering places/index.html.erb within layouts/application
  139.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  140.   ↳ app/views/places/index.html.erb:1
  141.    (0.3ms)  SELECT COUNT(*) FROM "places"
  142.   ↳ app/views/places/index.html.erb:1
  143.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  144.   ↳ app/views/places/index.html.erb:3
  145.   User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  146.   ↳ app/views/places/index.html.erb:9
  147.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  148.   ↳ app/views/places/index.html.erb:13
  149.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  150.   ↳ app/views/places/index.html.erb:25
  151.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  152.   ↳ app/views/places/index.html.erb:9
  153.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  154.   ↳ app/views/places/index.html.erb:13
  155.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  156.   ↳ app/views/places/index.html.erb:25
  157.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  158.   ↳ app/views/places/index.html.erb:9
  159.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  160.   ↳ app/views/places/index.html.erb:13
  161.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  162.   ↳ app/views/places/index.html.erb:25
  163.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  164.   ↳ app/views/places/index.html.erb:43
  165.   Rendered places/index.html.erb within layouts/application (41.8ms)
  166.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  167.   ↳ app/views/layouts/application.html.erb:32
  168. Completed 200 OK in 836ms (Views: 795.9ms | ActiveRecord: 2.8ms)
  169.  
  170.  
  171. Started GET "/?page=3" for 10.0.2.2 at 2019-07-25 02:07:45 +0000
  172. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  173. Processing by PlacesController#index as HTML
  174.   Parameters: {"page"=>"3"}
  175.   Rendering places/index.html.erb within layouts/application
  176.   Place Load (0.1ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  177.   ↳ app/views/places/index.html.erb:1
  178.    (0.3ms)  SELECT COUNT(*) FROM "places"
  179.   ↳ app/views/places/index.html.erb:1
  180.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  181.   ↳ app/views/places/index.html.erb:3
  182.   User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  183.   ↳ app/views/places/index.html.erb:9
  184.   Comment Load (0.4ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  185.   ↳ app/views/places/index.html.erb:13
  186.   Photo Load (0.6ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  187.   ↳ app/views/places/index.html.erb:25
  188.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  189.   ↳ app/views/places/index.html.erb:9
  190.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  191.   ↳ app/views/places/index.html.erb:13
  192.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  193.   ↳ app/views/places/index.html.erb:25
  194.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  195.   ↳ app/views/places/index.html.erb:9
  196.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  197.   ↳ app/views/places/index.html.erb:13
  198.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  199.   ↳ app/views/places/index.html.erb:25
  200.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  201.   ↳ app/views/places/index.html.erb:43
  202.   Rendered places/index.html.erb within layouts/application (32.3ms)
  203.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  204.   ↳ app/views/layouts/application.html.erb:32
  205. Completed 200 OK in 4590ms (Views: 4542.0ms | ActiveRecord: 3.1ms)
  206.  
  207.  
  208. Started GET "/?page=3" for 10.0.2.2 at 2019-07-28 15:16:59 +0000
  209. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  210.    (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
  211.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  212. Processing by PlacesController#index as HTML
  213.   Parameters: {"page"=>"3"}
  214.   Rendering places/index.html.erb within layouts/application
  215.   Place Load (0.5ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  216.   ↳ app/views/places/index.html.erb:1
  217.    (0.5ms)  SELECT COUNT(*) FROM "places"
  218.   ↳ app/views/places/index.html.erb:1
  219.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 6]]
  220.   ↳ app/views/places/index.html.erb:3
  221.   User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  222.   ↳ app/views/places/index.html.erb:9
  223.   Comment Load (0.4ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 7]]
  224.   ↳ app/views/places/index.html.erb:13
  225.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 7]]
  226.   ↳ app/views/places/index.html.erb:25
  227.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  228.   ↳ app/views/places/index.html.erb:9
  229.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 8]]
  230.   ↳ app/views/places/index.html.erb:13
  231.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 8]]
  232.   ↳ app/views/places/index.html.erb:25
  233.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  234.   ↳ app/views/places/index.html.erb:9
  235.   Comment Load (0.5ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 9]]
  236.   ↳ app/views/places/index.html.erb:13
  237.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 9]]
  238.   ↳ app/views/places/index.html.erb:25
  239.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  240.   ↳ app/views/places/index.html.erb:43
  241.   Rendered places/index.html.erb within layouts/application (195.6ms)
  242. Started GET "/?page=4" for 10.0.2.2 at 2019-07-28 15:17:04 +0000
  243. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  244. Processing by PlacesController#index as HTML
  245.   Parameters: {"page"=>"4"}
  246.   Rendering places/index.html.erb within layouts/application
  247.   Place Load (0.7ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  248.   ↳ app/views/places/index.html.erb:1
  249.   CACHE Place Load (0.1ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  250.   ↳ app/views/places/index.html.erb:3
  251.   User Load (0.9ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  252.   ↳ app/views/places/index.html.erb:9
  253.   Comment Load (0.7ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 10]]
  254.   ↳ app/views/places/index.html.erb:13
  255.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 10]]
  256.   ↳ app/views/places/index.html.erb:25
  257.   Rendered places/index.html.erb within layouts/application (31.8ms)
  258.   User Load (0.7ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  259.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  260.   ↳ app/views/layouts/application.html.erb:32
  261.   ↳ app/views/layouts/application.html.erb:32
  262. Completed 200 OK in 8121ms (Views: 8046.6ms | ActiveRecord: 16.2ms)
  263.  
  264.  
  265. Completed 200 OK in 2944ms (Views: 2903.3ms | ActiveRecord: 3.7ms)
  266.  
  267.  
  268. Started GET "/?page=4" for 10.0.2.2 at 2019-07-28 15:17:35 +0000
  269. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  270. Processing by PlacesController#index as HTML
  271.   Parameters: {"page"=>"4"}
  272.   Rendering places/index.html.erb within layouts/application
  273.   Place Load (0.4ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  274.   ↳ app/views/places/index.html.erb:1
  275.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  276.   ↳ app/views/places/index.html.erb:3
  277.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  278.   ↳ app/views/places/index.html.erb:9
  279.   Comment Load (0.5ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 10]]
  280.   ↳ app/views/places/index.html.erb:13
  281.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 10]]
  282.   ↳ app/views/places/index.html.erb:25
  283.   Rendered places/index.html.erb within layouts/application (14.3ms)
  284.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  285.   ↳ app/views/layouts/application.html.erb:32
  286. Completed 200 OK in 671ms (Views: 631.5ms | ActiveRecord: 2.0ms)
  287.  
  288.  
  289. Started GET "/places/new" for 10.0.2.2 at 2019-07-28 15:17:39 +0000
  290. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  291. Processing by PlacesController#new as HTML
  292.   User Load (0.6ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  293.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  294.   Rendering places/new.html.erb within layouts/application
  295.   Rendered places/new.html.erb within layouts/application (70.8ms)
  296. Completed 200 OK in 813ms (Views: 663.9ms | ActiveRecord: 0.6ms)
  297.  
  298.  
  299. Started POST "/places" for 10.0.2.2 at 2019-07-28 15:19:23 +0000
  300. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  301. Processing by PlacesController#create as HTML
  302.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"gq4+RQlX5oQLJMjKqHEOW+07R3AaggyPN5q0h6I4Vx5ybIdVC88hKpLT816Qmu2hn8sEVabAwQpEK7adKe2ZLg==", "place"=>{"name"=>"Chicago Pizza at The Landing", "address"=>"2 Independent Dr, Jacksonville, FL 32202", "description"=>"Upbeat haunt for deep-dish pizza & Chicago-inspired eats, plus lots of TVs & occasional live music."}, "commit"=>"Create"}
  303.   User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  304.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  305.    (0.2ms)  BEGIN
  306.   ↳ app/controllers/places_controller.rb:13
  307.   Place Create (3.4ms)  INSERT INTO "places" ("name", "description", "address", "created_at", "updated_at", "user_id", "latitude", "longitude") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"  [["name", "Chicago Pizza at The Landing"], ["description", "Upbeat haunt for deep-dish pizza & Chicago-inspired eats, plus lots of TVs & occasional live music."], ["address", "2 Independent Dr, Jacksonville, FL 32202"], ["created_at", "2019-07-28 15:19:24.516270"], ["updated_at", "2019-07-28 15:19:24.516270"], ["user_id", 1], ["latitude", 30.3248442], ["longitude", -81.6594975]]
  308.   ↳ app/controllers/places_controller.rb:13
  309.    (1.1ms)  COMMIT
  310.   ↳ app/controllers/places_controller.rb:13
  311. Redirected to http://localhost:3030/
  312. Completed 302 Found in 902ms (ActiveRecord: 5.2ms)
  313.  
  314.  
  315. Started GET "/" for 10.0.2.2 at 2019-07-28 15:19:24 +0000
  316. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  317. Processing by PlacesController#index as HTML
  318.   Rendering places/index.html.erb within layouts/application
  319.   Place Load (0.4ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  320.   ↳ app/views/places/index.html.erb:1
  321.    (0.4ms)  SELECT COUNT(*) FROM "places"
  322.   ↳ app/views/places/index.html.erb:1
  323.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  324.   ↳ app/views/places/index.html.erb:3
  325.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  326.   ↳ app/views/places/index.html.erb:9
  327.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  328.   ↳ app/views/places/index.html.erb:13
  329.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  330.   ↳ app/views/places/index.html.erb:20
  331.   Photo Load (0.8ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  332.   ↳ app/views/places/index.html.erb:25
  333.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  334.   ↳ app/views/places/index.html.erb:35
  335.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  336.   ↳ app/views/places/index.html.erb:9
  337.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  338.   ↳ app/views/places/index.html.erb:13
  339.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  340.   ↳ app/views/places/index.html.erb:25
  341.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  342.   ↳ app/views/places/index.html.erb:9
  343.   Comment Load (1.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  344.   ↳ app/views/places/index.html.erb:13
  345.   Photo Load (0.4ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  346.   ↳ app/views/places/index.html.erb:25
  347.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  348.   ↳ app/views/places/index.html.erb:43
  349.   Rendered places/index.html.erb within layouts/application (65.5ms)
  350.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  351.   ↳ app/views/layouts/application.html.erb:32
  352. Completed 200 OK in 784ms (Views: 739.4ms | ActiveRecord: 13.0ms)
  353.  
  354.  
  355. Started GET "/?page=4" for 10.0.2.2 at 2019-07-28 15:19:37 +0000
  356. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  357. Processing by PlacesController#index as HTML
  358.   Parameters: {"page"=>"4"}
  359.   Rendering places/index.html.erb within layouts/application
  360.   Place Load (0.4ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  361.   ↳ app/views/places/index.html.erb:1
  362.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 9]]
  363.   ↳ app/views/places/index.html.erb:3
  364.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  365.   ↳ app/views/places/index.html.erb:9
  366.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 10]]
  367.   ↳ app/views/places/index.html.erb:13
  368.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 10]]
  369.   ↳ app/views/places/index.html.erb:25
  370.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  371.   ↳ app/views/places/index.html.erb:9
  372.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 11]]
  373.   ↳ app/views/places/index.html.erb:13
  374.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 11]]
  375.   ↳ app/views/places/index.html.erb:25
  376.   Rendered places/index.html.erb within layouts/application (19.6ms)
  377.   User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  378.   ↳ app/views/layouts/application.html.erb:32
  379. Completed 200 OK in 695ms (Views: 659.2ms | ActiveRecord: 2.2ms)
  380.  
  381.  
  382. Started GET "/places/new" for 10.0.2.2 at 2019-07-28 15:22:28 +0000
  383. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  384. Processing by PlacesController#new as HTML
  385.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  386.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  387.   Rendering places/new.html.erb within layouts/application
  388.   Rendered places/new.html.erb within layouts/application (57.0ms)
  389. Completed 200 OK in 720ms (Views: 679.8ms | ActiveRecord: 0.3ms)
  390.  
  391.  
  392. Started POST "/places" for 10.0.2.2 at 2019-07-28 15:22:42 +0000
  393. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  394. Processing by PlacesController#create as HTML
  395.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrBOSbkk8GoMJ0W9KxEQNtPyeO7Dws0u7vG87BR7I2zGcvdZu7w3xJXQfikT+vPMoQI7y3+AAKudQL72n67tXA==", "place"=>{"name"=>"Sbarro", "address"=>"2400 Yankee Clipper Dr, Jacksonville, FL 32218", "description"=>"Italian fast-food chain offering thin-crust pizza by the slice, plus pastas & salads. Come on and enjoy!"}, "commit"=>"Create"}
  396.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  397.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  398.    (0.3ms)  BEGIN
  399.   ↳ app/controllers/places_controller.rb:13
  400.   Place Create (0.9ms)  INSERT INTO "places" ("name", "description", "address", "created_at", "updated_at", "user_id", "latitude", "longitude") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"  [["name", "Sbarro"], ["description", "Italian fast-food chain offering thin-crust pizza by the slice, plus pastas & salads. Come on and enjoy!"], ["address", "2400 Yankee Clipper Dr, Jacksonville, FL 32218"], ["created_at", "2019-07-28 15:22:42.540127"], ["updated_at", "2019-07-28 15:22:42.540127"], ["user_id", 1], ["latitude", 30.4914254], ["longitude", -81.6839789]]
  401.   ↳ app/controllers/places_controller.rb:13
  402.    (0.9ms)  COMMIT
  403.   ↳ app/controllers/places_controller.rb:13
  404. Redirected to http://localhost:3030/
  405. Completed 302 Found in 983ms (ActiveRecord: 2.4ms)
  406.  
  407.  
  408. Started GET "/" for 10.0.2.2 at 2019-07-28 15:22:43 +0000
  409. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  410. Processing by PlacesController#index as HTML
  411.   Rendering places/index.html.erb within layouts/application
  412.   Place Load (0.4ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  413.   ↳ app/views/places/index.html.erb:1
  414.    (0.6ms)  SELECT COUNT(*) FROM "places"
  415.   ↳ app/views/places/index.html.erb:1
  416.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  417.   ↳ app/views/places/index.html.erb:3
  418.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  419.   ↳ app/views/places/index.html.erb:9
  420.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  421.   ↳ app/views/places/index.html.erb:13
  422.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  423.   ↳ app/views/places/index.html.erb:20
  424.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  425.   ↳ app/views/places/index.html.erb:25
  426.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  427.   ↳ app/views/places/index.html.erb:35
  428.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  429.   ↳ app/views/places/index.html.erb:9
  430.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  431.   ↳ app/views/places/index.html.erb:13
  432.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  433.   ↳ app/views/places/index.html.erb:25
  434.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  435.   ↳ app/views/places/index.html.erb:9
  436.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  437.   ↳ app/views/places/index.html.erb:13
  438.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  439.   ↳ app/views/places/index.html.erb:25
  440.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  441.   ↳ app/views/places/index.html.erb:43
  442.   Rendered places/index.html.erb within layouts/application (35.0ms)
  443.   User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  444.   ↳ app/views/layouts/application.html.erb:32
  445. Completed 200 OK in 690ms (Views: 639.0ms | ActiveRecord: 3.4ms)
  446.  
  447.  
  448. Started GET "/places/new" for 10.0.2.2 at 2019-07-28 15:22:46 +0000
  449. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  450. Processing by PlacesController#new as HTML
  451.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  452.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  453.   Rendering places/new.html.erb within layouts/application
  454.   Rendered places/new.html.erb within layouts/application (29.8ms)
  455. Completed 200 OK in 688ms (Views: 639.5ms | ActiveRecord: 0.3ms)
  456.  
  457.  
  458. Started POST "/places" for 10.0.2.2 at 2019-07-28 15:23:06 +0000
  459. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  460. Processing by PlacesController#create as HTML
  461.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"NW/Q0XU2yv6uWrLNMQVaVFPx0zqevm7uNxOiVI420MfFrWnBd64NUDetiVkJ7rmuIQGQHyL8o2tEoqBOBeMe9w==", "place"=>{"name"=>"Luigi's Pizza By Regis", "address"=>"12309 Sago Ave, Jacksonville, FL 32218", "description"=>"The best in Oceanway! Always fresh, always hot and Great service!"}, "commit"=>"Create"}
  462.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  463.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  464.    (0.3ms)  BEGIN
  465.   ↳ app/controllers/places_controller.rb:13
  466.   Place Create (0.4ms)  INSERT INTO "places" ("name", "description", "address", "created_at", "updated_at", "user_id", "latitude", "longitude") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"  [["name", "Luigi's Pizza By Regis"], ["description", "The best in Oceanway! Always fresh, always hot and Great service!"], ["address", "12309 Sago Ave, Jacksonville, FL 32218"], ["created_at", "2019-07-28 15:23:06.898982"], ["updated_at", "2019-07-28 15:23:06.898982"], ["user_id", 1], ["latitude", 30.4608845], ["longitude", -81.6329839]]
  467.   ↳ app/controllers/places_controller.rb:13
  468.    (1.2ms)  COMMIT
  469.   ↳ app/controllers/places_controller.rb:13
  470. Redirected to http://localhost:3030/
  471. Completed 302 Found in 599ms (ActiveRecord: 2.1ms)
  472.  
  473.  
  474. Started GET "/" for 10.0.2.2 at 2019-07-28 15:23:07 +0000
  475. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  476. Processing by PlacesController#index as HTML
  477.   Rendering places/index.html.erb within layouts/application
  478.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  479.   ↳ app/views/places/index.html.erb:1
  480.    (0.3ms)  SELECT COUNT(*) FROM "places"
  481.   ↳ app/views/places/index.html.erb:1
  482.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  483.   ↳ app/views/places/index.html.erb:3
  484.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  485.   ↳ app/views/places/index.html.erb:9
  486.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  487.   ↳ app/views/places/index.html.erb:13
  488.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  489.   ↳ app/views/places/index.html.erb:20
  490.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  491.   ↳ app/views/places/index.html.erb:25
  492.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  493.   ↳ app/views/places/index.html.erb:35
  494.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  495.   ↳ app/views/places/index.html.erb:9
  496.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  497.   ↳ app/views/places/index.html.erb:13
  498.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  499.   ↳ app/views/places/index.html.erb:25
  500.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  501.   ↳ app/views/places/index.html.erb:9
  502.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  503.   ↳ app/views/places/index.html.erb:13
  504.   Photo Load (0.7ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  505.   ↳ app/views/places/index.html.erb:25
  506.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  507.   ↳ app/views/places/index.html.erb:43
  508.   Rendered places/index.html.erb within layouts/application (40.3ms)
  509.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  510.   ↳ app/views/layouts/application.html.erb:32
  511. Completed 200 OK in 719ms (Views: 647.4ms | ActiveRecord: 3.4ms)
  512.  
  513.  
  514. Started GET "/?page=5" for 10.0.2.2 at 2019-07-28 15:23:44 +0000
  515. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  516. Processing by PlacesController#index as HTML
  517.   Parameters: {"page"=>"5"}
  518.   Rendering places/index.html.erb within layouts/application
  519.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 12]]
  520.   ↳ app/views/places/index.html.erb:1
  521.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 12]]
  522.   ↳ app/views/places/index.html.erb:3
  523.   User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  524.   ↳ app/views/places/index.html.erb:9
  525.   Comment Load (0.4ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 13]]
  526.   ↳ app/views/places/index.html.erb:13
  527.   Photo Load (0.6ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 13]]
  528.   ↳ app/views/places/index.html.erb:25
  529.   Rendered places/index.html.erb within layouts/application (14.0ms)
  530.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  531.   ↳ app/views/layouts/application.html.erb:32
  532. Completed 200 OK in 687ms (Views: 626.2ms | ActiveRecord: 1.9ms)
  533.  
  534.  
  535. Started GET "/?page=1" for 10.0.2.2 at 2019-07-28 15:23:46 +0000
  536. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  537. Processing by PlacesController#index as HTML
  538.   Parameters: {"page"=>"1"}
  539.   Rendering places/index.html.erb within layouts/application
  540.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  541.   ↳ app/views/places/index.html.erb:1
  542.    (0.3ms)  SELECT COUNT(*) FROM "places"
  543.   ↳ app/views/places/index.html.erb:1
  544.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  545.   ↳ app/views/places/index.html.erb:3
  546.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  547.   ↳ app/views/places/index.html.erb:9
  548.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  549.   ↳ app/views/places/index.html.erb:13
  550.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  551.   ↳ app/views/places/index.html.erb:20
  552.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  553.   ↳ app/views/places/index.html.erb:25
  554.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  555.   ↳ app/views/places/index.html.erb:35
  556.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  557.   ↳ app/views/places/index.html.erb:9
  558.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  559.   ↳ app/views/places/index.html.erb:13
  560.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  561.   ↳ app/views/places/index.html.erb:25
  562.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  563.   ↳ app/views/places/index.html.erb:9
  564.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  565.   ↳ app/views/places/index.html.erb:13
  566.   Photo Load (0.6ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  567.   ↳ app/views/places/index.html.erb:25
  568.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  569.   ↳ app/views/places/index.html.erb:43
  570.   Rendered places/index.html.erb within layouts/application (36.7ms)
  571.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  572.   ↳ app/views/layouts/application.html.erb:32
  573. Completed 200 OK in 699ms (Views: 649.2ms | ActiveRecord: 3.2ms)
  574.  
  575.  
  576. Started GET "/places/2" for 10.0.2.2 at 2019-07-28 15:23:52 +0000
  577. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  578. Processing by PlacesController#show as HTML
  579.   Parameters: {"id"=>"2"}
  580.   Place Load (0.4ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
  581.   ↳ app/controllers/places_controller.rb:22
  582.   Rendering places/show.html.erb within layouts/application
  583.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  584.   ↳ app/views/places/show.html.erb:32
  585.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  586.   ↳ app/views/places/show.html.erb:32
  587.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  588.   ↳ app/views/places/show.html.erb:105
  589.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  590.   ↳ app/views/places/show.html.erb:119
  591.   Rendered places/show.html.erb within layouts/application (144.8ms)
  592. Completed 200 OK in 851ms (Views: 798.1ms | ActiveRecord: 1.5ms)
  593.  
  594.  
  595. Started POST "/places/2/photos" for 10.0.2.2 at 2019-07-28 15:27:40 +0000
  596. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  597. Processing by PhotosController#create as HTML
  598.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"UX4wAbbIZPSlvFVxSjlvvPzY/EUBATvY1mH1peZhZptX85gQ335f0raIOn6L4Q3C5NUumvmJHgV8VjkwR2H0KA==", "photo"=>{"caption"=>"I don't have words to describe how good are your pizza \r\nFlavors excellent and prices good \r\nThe white pizza have a delicious taste \r\nI highly recommend this place to everybody \r\nGood for family friendly and kids. ", "picture"=>#<ActionDispatch::Http::UploadedFile:0x00007f7938867398 @tempfile=#<Tempfile:/tmp/RackMultipart20190728-31748-1cyytv.jpg>, @original_filename="white pizza.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"photo[picture]\"; filename=\"white pizza.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Add a Photo", "place_id"=>"2"}
  599.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  600.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  601.   Place Load (0.4ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
  602.   ↳ app/controllers/photos_controller.rb:5
  603.    (0.3ms)  BEGIN
  604.   ↳ app/controllers/photos_controller.rb:6
  605.   Photo Create (0.6ms)  INSERT INTO "photos" ("caption", "place_id", "user_id", "created_at", "updated_at", "picture") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["caption", "I don't have words to describe how good are your pizza \r\nFlavors excellent and prices good \r\nThe white pizza have a delicious taste \r\nI highly recommend this place to everybody \r\nGood for family friendly and kids. "], ["place_id", 2], ["user_id", 1], ["created_at", "2019-07-28 15:27:40.344423"], ["updated_at", "2019-07-28 15:27:40.344423"], ["picture", "white_pizza.jpg"]]
  606.   ↳ app/controllers/photos_controller.rb:6
  607.    (2.2ms)  COMMIT
  608.   ↳ app/controllers/photos_controller.rb:6
  609. Redirected to http://localhost:3030/places/2
  610. Completed 302 Found in 483ms (ActiveRecord: 3.7ms)
  611.  
  612.  
  613. Started GET "/places/2" for 10.0.2.2 at 2019-07-28 15:27:40 +0000
  614. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  615. Processing by PlacesController#show as HTML
  616.   Parameters: {"id"=>"2"}
  617.   Place Load (0.3ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
  618.   ↳ app/controllers/places_controller.rb:22
  619.   Rendering places/show.html.erb within layouts/application
  620.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  621.   ↳ app/views/places/show.html.erb:32
  622.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  623.   ↳ app/views/places/show.html.erb:32
  624.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  625.   ↳ app/views/places/show.html.erb:105
  626.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  627.   ↳ app/views/places/show.html.erb:119
  628.   Rendered places/show.html.erb within layouts/application (56.3ms)
  629. Completed 200 OK in 796ms (Views: 686.5ms | ActiveRecord: 1.4ms)
  630.  
  631.  
  632. Started GET "/" for 10.0.2.2 at 2019-07-28 15:27:51 +0000
  633. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  634. Processing by PlacesController#index as HTML
  635.   Rendering places/index.html.erb within layouts/application
  636.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  637.   ↳ app/views/places/index.html.erb:1
  638.    (0.3ms)  SELECT COUNT(*) FROM "places"
  639.   ↳ app/views/places/index.html.erb:1
  640.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  641.   ↳ app/views/places/index.html.erb:3
  642.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  643.   ↳ app/views/places/index.html.erb:9
  644.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  645.   ↳ app/views/places/index.html.erb:13
  646.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  647.   ↳ app/views/places/index.html.erb:20
  648.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  649.   ↳ app/views/places/index.html.erb:25
  650.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  651.   ↳ app/views/places/index.html.erb:35
  652.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  653.   ↳ app/views/places/index.html.erb:9
  654.   Comment Load (0.4ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  655.   ↳ app/views/places/index.html.erb:13
  656.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  657.   ↳ app/views/places/index.html.erb:25
  658.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  659.   ↳ app/views/places/index.html.erb:35
  660.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  661.   ↳ app/views/places/index.html.erb:9
  662.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  663.   ↳ app/views/places/index.html.erb:13
  664.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  665.   ↳ app/views/places/index.html.erb:25
  666.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  667.   ↳ app/views/places/index.html.erb:43
  668.   Rendered places/index.html.erb within layouts/application (35.8ms)
  669.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  670.   ↳ app/views/layouts/application.html.erb:32
  671. Completed 200 OK in 721ms (Views: 676.6ms | ActiveRecord: 3.0ms)
  672.  
  673.  
  674. Started GET "/places/3" for 10.0.2.2 at 2019-07-28 15:27:55 +0000
  675. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  676. Processing by PlacesController#show as HTML
  677.   Parameters: {"id"=>"3"}
  678.   Place Load (0.4ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
  679.   ↳ app/controllers/places_controller.rb:22
  680.   Rendering places/show.html.erb within layouts/application
  681.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  682.   ↳ app/views/places/show.html.erb:32
  683.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  684.   ↳ app/views/places/show.html.erb:32
  685.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  686.   ↳ app/views/places/show.html.erb:105
  687.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  688.   ↳ app/views/places/show.html.erb:119
  689.   Rendered places/show.html.erb within layouts/application (57.1ms)
  690. Completed 200 OK in 686ms (Views: 647.6ms | ActiveRecord: 1.5ms)
  691.  
  692.  
  693. Started POST "/places/3/photos" for 10.0.2.2 at 2019-07-28 15:31:18 +0000
  694. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  695. Processing by PhotosController#create as HTML
  696.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"s6pMQIa5brqcnjZJL/JFACNcgcIlfpxLd/GMhvtWaV5HjSGFVMh9+31+Ybhss9QkEDYiqC/IF9qxtStOB0/MdA==", "photo"=>{"caption"=>"Crispy crust all around, pizza was well cooked. I was salivating looking at the pizzas. My plan was to only eat a couple of pizza slices because I'm really watching what I eat, so I can get my sexy on by summer time. Well that never happened because I ate beyond 6 pizza slices.", "picture"=>#<ActionDispatch::Http::UploadedFile:0x00007f79383ba250 @tempfile=#<Tempfile:/tmp/RackMultipart20190728-31748-17xywg7.jpg>, @original_filename="1000 degrees.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"photo[picture]\"; filename=\"1000 degrees.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "commit"=>"Add a Photo", "place_id"=>"3"}
  697.   User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  698.   ↳ /home/vagrant/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
  699.   Place Load (0.3ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
  700.   ↳ app/controllers/photos_controller.rb:5
  701.    (0.2ms)  BEGIN
  702.   ↳ app/controllers/photos_controller.rb:6
  703.   Photo Create (0.5ms)  INSERT INTO "photos" ("caption", "place_id", "user_id", "created_at", "updated_at", "picture") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["caption", "Crispy crust all around, pizza was well cooked. I was salivating looking at the pizzas. My plan was to only eat a couple of pizza slices because I'm really watching what I eat, so I can get my sexy on by summer time. Well that never happened because I ate beyond 6 pizza slices."], ["place_id", 3], ["user_id", 1], ["created_at", "2019-07-28 15:31:18.310001"], ["updated_at", "2019-07-28 15:31:18.310001"], ["picture", "1000_degrees.jpg"]]
  704.   ↳ app/controllers/photos_controller.rb:6
  705.    (0.7ms)  COMMIT
  706.   ↳ app/controllers/photos_controller.rb:6
  707. Redirected to http://localhost:3030/places/3
  708. Completed 302 Found in 471ms (ActiveRecord: 2.3ms)
  709.  
  710.  
  711. Started GET "/places/3" for 10.0.2.2 at 2019-07-28 15:31:18 +0000
  712. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  713. Processing by PlacesController#show as HTML
  714.   Parameters: {"id"=>"3"}
  715.   Place Load (0.3ms)  SELECT  "places".* FROM "places" WHERE "places"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
  716.   ↳ app/controllers/places_controller.rb:22
  717.   Rendering places/show.html.erb within layouts/application
  718.   User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  719.   ↳ app/views/places/show.html.erb:32
  720.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  721.   ↳ app/views/places/show.html.erb:32
  722.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  723.   ↳ app/views/places/show.html.erb:105
  724.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  725.   ↳ app/views/places/show.html.erb:119
  726.   Rendered places/show.html.erb within layouts/application (82.2ms)
  727. Completed 200 OK in 812ms (Views: 772.4ms | ActiveRecord: 1.4ms)
  728.  
  729.  
  730. Started GET "/" for 10.0.2.2 at 2019-07-28 15:31:24 +0000
  731. Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  732. Processing by PlacesController#index as HTML
  733.   Rendering places/index.html.erb within layouts/application
  734.   Place Load (0.3ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  735.   ↳ app/views/places/index.html.erb:1
  736.    (0.3ms)  SELECT COUNT(*) FROM "places"
  737.   ↳ app/views/places/index.html.erb:1
  738.   CACHE Place Load (0.0ms)  SELECT  "places".* FROM "places" LIMIT $1 OFFSET $2  [["LIMIT", 3], ["OFFSET", 0]]
  739.   ↳ app/views/places/index.html.erb:3
  740.   User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  741.   ↳ app/views/places/index.html.erb:9
  742.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 1]]
  743.   ↳ app/views/places/index.html.erb:13
  744.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  745.   ↳ app/views/places/index.html.erb:20
  746.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 1]]
  747.   ↳ app/views/places/index.html.erb:25
  748.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  749.   ↳ app/views/places/index.html.erb:35
  750.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  751.   ↳ app/views/places/index.html.erb:9
  752.   Comment Load (0.3ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 2]]
  753.   ↳ app/views/places/index.html.erb:13
  754.   Photo Load (0.3ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 2]]
  755.   ↳ app/views/places/index.html.erb:25
  756.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  757.   ↳ app/views/places/index.html.erb:35
  758.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  759.   ↳ app/views/places/index.html.erb:9
  760.   Comment Load (0.2ms)  SELECT "comments".* FROM "comments" WHERE "comments"."place_id" = $1  [["place_id", 3]]
  761.   ↳ app/views/places/index.html.erb:13
  762.   Photo Load (0.2ms)  SELECT "photos".* FROM "photos" WHERE "photos"."place_id" = $1  [["place_id", 3]]
  763.   ↳ app/views/places/index.html.erb:25
  764.   CACHE User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  765.   ↳ app/views/places/index.html.erb:35
  766.   CACHE  (0.0ms)  SELECT COUNT(*) FROM "places"
  767.   ↳ app/views/places/index.html.erb:43
  768.   Rendered places/index.html.erb within layouts/application (42.2ms)
  769.   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  770.   ↳ app/views/layouts/application.html.erb:32
  771. Completed 200 OK in 704ms (Views: 653.2ms | ActiveRecord: 3.0ms)
  772.  
  773.  
  774.   Rendering notification_mailer/comment_added.html.erb within layouts/mailer
  775.   Rendered notification_mailer/comment_added.html.erb within layouts/mailer (0.9ms)
  776.   Rendering notification_mailer/comment_added.text.erb within layouts/mailer
  777.   Rendered notification_mailer/comment_added.text.erb within layouts/mailer (0.4ms)
  778. NotificationMailer#comment_added: processed outbound mail in 773.6ms
  779. Sent mail to scharmy.pompy@gmail.com (13.6ms)
  780. Date: Sun, 28 Jul 2019 17:13:15 +0000
  781. From: no-reply@nomsterapp.com
  782. To: scharmy.pompy@gmail.com
  783. Message-ID: <5d3dd7aba3783_1c73fadcce865fc1348@vagrant-ubuntu-trusty-64.mail>
  784. Subject: A comment has been added to your place
  785. Mime-Version: 1.0
  786. Content-Type: multipart/alternative;
  787.  boundary="--==_mimepart_5d3dd7aba070d_1c73fadcce865fc1247";
  788.  charset=UTF-8
  789. Content-Transfer-Encoding: 7bit
  790.  
  791.  
  792. ----==_mimepart_5d3dd7aba070d_1c73fadcce865fc1247
  793. Content-Type: text/plain;
  794.  charset=UTF-8
  795. Content-Transfer-Encoding: 7bit
  796.  
  797. Hey There!
  798.  
  799. Congrats.  A comment has been added on Turbo Pizza
  800.  
  801. Aloha,
  802. Turbo Admin
  803.  
  804. ----==_mimepart_5d3dd7aba070d_1c73fadcce865fc1247
  805. Content-Type: text/html;
  806.  charset=UTF-8
  807. Content-Transfer-Encoding: 7bit
  808.  
  809. <!DOCTYPE html>
  810. <html>
  811.   <head>
  812.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  813.     <style>
  814.       /* Email styles need to be inline */
  815.     </style>
  816.   </head>
  817.  
  818.   <body>
  819.     <p>Hey There!</p>
  820. <p>
  821.   Congrats!  <b>A comment has been added on Turbo Pizza</b>
  822. </p>
  823.  
  824. Aloha,<br />
  825. Turbo Admin
  826.   </body>
  827. </html>
  828.  
  829. ----==_mimepart_5d3dd7aba070d_1c73fadcce865fc1247--
  830.  
  831.   Rendering notification_mailer/comment_added.html.erb within layouts/mailer
  832.   Rendered notification_mailer/comment_added.html.erb within layouts/mailer (0.8ms)
  833.   Rendering notification_mailer/comment_added.text.erb within layouts/mailer
  834.   Rendered notification_mailer/comment_added.text.erb within layouts/mailer (0.3ms)
  835. NotificationMailer#comment_added: processed outbound mail in 762.2ms
  836. Sent mail to scharmy.pompy@gmail.com (6.5ms)
  837. Date: Sun, 28 Jul 2019 17:50:03 +0000
  838. From: no-reply@nomsterapp.com
  839. To: scharmy.pompy@gmail.com
  840. Message-ID: <5d3de04b9f205_3193fadcce865fc125ca@vagrant-ubuntu-trusty-64.mail>
  841. Subject: A comment has been added to your place
  842. Mime-Version: 1.0
  843. Content-Type: multipart/alternative;
  844.  boundary="--==_mimepart_5d3de04b9db5f_3193fadcce865fc12476";
  845.  charset=UTF-8
  846. Content-Transfer-Encoding: 7bit
  847.  
  848.  
  849. ----==_mimepart_5d3de04b9db5f_3193fadcce865fc12476
  850. Content-Type: text/plain;
  851.  charset=UTF-8
  852. Content-Transfer-Encoding: 7bit
  853.  
  854. Hey There!
  855.  
  856. Congrats.  A comment has been added on Turbo Pizza
  857.  
  858. Aloha,
  859. Turbo Admin
  860.  
  861. ----==_mimepart_5d3de04b9db5f_3193fadcce865fc12476
  862. Content-Type: text/html;
  863.  charset=UTF-8
  864. Content-Transfer-Encoding: 7bit
  865.  
  866. <!DOCTYPE html>
  867. <html>
  868.   <head>
  869.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  870.     <style>
  871.       /* Email styles need to be inline */
  872.     </style>
  873.   </head>
  874.  
  875.   <body>
  876.     <p>Hey There!</p>
  877. <p>
  878.   Congrats!  <b>A comment has been added on Turbo Pizza</b>
  879. </p>
  880.  
  881. Aloha,<br />
  882. Turbo Admin
  883.   </body>
  884. </html>
  885.  
  886. ----==_mimepart_5d3de04b9db5f_3193fadcce865fc12476--
  887.  
  888.   Rendering notification_mailer/comment_added.html.erb within layouts/mailer
  889.   Rendered notification_mailer/comment_added.html.erb within layouts/mailer (0.1ms)
  890.   Rendering notification_mailer/comment_added.text.erb within layouts/mailer
  891.   Rendered notification_mailer/comment_added.text.erb within layouts/mailer (0.1ms)
  892. NotificationMailer#comment_added: processed outbound mail in 600.0ms
  893. Sent mail to scharmy.pompy@gmail.com (6.2ms)
  894. Date: Sun, 28 Jul 2019 17:56:28 +0000
  895. From: no-reply@nomsterapp.com
  896. To: scharmy.pompy@gmail.com
  897. Message-ID: <5d3de1cc5c28c_3193fadcce865fc12791@vagrant-ubuntu-trusty-64.mail>
  898. Subject: A comment has been added to your place
  899. Mime-Version: 1.0
  900. Content-Type: multipart/alternative;
  901.  boundary="--==_mimepart_5d3de1cc5a6f0_3193fadcce865fc12642";
  902.  charset=UTF-8
  903. Content-Transfer-Encoding: 7bit
  904.  
  905.  
  906. ----==_mimepart_5d3de1cc5a6f0_3193fadcce865fc12642
  907. Content-Type: text/plain;
  908.  charset=UTF-8
  909. Content-Transfer-Encoding: 7bit
  910.  
  911. Hey There!
  912.  
  913. Congrats.  A comment has been added on Turbo Pizza
  914.  
  915. Aloha,
  916. Turbo Admin
  917.  
  918. ----==_mimepart_5d3de1cc5a6f0_3193fadcce865fc12642
  919. Content-Type: text/html;
  920.  charset=UTF-8
  921. Content-Transfer-Encoding: 7bit
  922.  
  923. <!DOCTYPE html>
  924. <html>
  925.   <head>
  926.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  927.     <style>
  928.       /* Email styles need to be inline */
  929.     </style>
  930.   </head>
  931.  
  932.   <body>
  933.     <p>Hey There!</p>
  934. <p>
  935.   Congrats!  <b>A comment has been added on Turbo Pizza</b>
  936. </p>
  937.  
  938. Aloha,<br />
  939. Turbo Admin
  940.   </body>
  941. </html>
  942.  
  943. ----==_mimepart_5d3de1cc5a6f0_3193fadcce865fc12642--
  944.  
  945.   Rendering notification_mailer/comment_added.html.erb within layouts/mailer
  946.   Rendered notification_mailer/comment_added.html.erb within layouts/mailer (0.8ms)
  947.   Rendering notification_mailer/comment_added.text.erb within layouts/mailer
  948.   Rendered notification_mailer/comment_added.text.erb within layouts/mailer (0.4ms)
  949. NotificationMailer#comment_added: processed outbound mail in 700.2ms
  950. Sent mail to scharmy.pompy@gmail.com (6.9ms)
  951. Date: Sun, 28 Jul 2019 17:56:54 +0000
  952. From: no-reply@nomsterapp.com
  953. To: scharmy.pompy@gmail.com
  954. Message-ID: <5d3de1e6627af_3d63fadcce865fc15052@vagrant-ubuntu-trusty-64.mail>
  955. Subject: A comment has been added to your place
  956. Mime-Version: 1.0
  957. Content-Type: multipart/alternative;
  958.  boundary="--==_mimepart_5d3de1e660c9d_3d63fadcce865fc149a6";
  959.  charset=UTF-8
  960. Content-Transfer-Encoding: 7bit
  961.  
  962.  
  963. ----==_mimepart_5d3de1e660c9d_3d63fadcce865fc149a6
  964. Content-Type: text/plain;
  965.  charset=UTF-8
  966. Content-Transfer-Encoding: 7bit
  967.  
  968. Hey There!
  969.  
  970. Congrats.  A comment has been added on Turbo Pizza
  971.  
  972. Aloha,
  973. Turbo Admin
  974.  
  975. ----==_mimepart_5d3de1e660c9d_3d63fadcce865fc149a6
  976. Content-Type: text/html;
  977.  charset=UTF-8
  978. Content-Transfer-Encoding: 7bit
  979.  
  980. <!DOCTYPE html>
  981. <html>
  982.   <head>
  983.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  984.     <style>
  985.       /* Email styles need to be inline */
  986.     </style>
  987.   </head>
  988.  
  989.   <body>
  990.     <p>Hey There!</p>
  991. <p>
  992.   Congrats!  <b>A comment has been added on Turbo Pizza</b>
  993. </p>
  994.  
  995. Aloha,<br />
  996. Turbo Admin
  997.   </body>
  998. </html>
  999.  
  1000. ----==_mimepart_5d3de1e660c9d_3d63fadcce865fc149a6--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement