Skip to content

Instantly share code, notes, and snippets.

View cefaijustin's full-sized avatar

Justin Cefai cefaijustin

View GitHub Profile
class Bike
attr_accessor :brand, :color
def initialize(brand, color)
@brand = brand
@color = color
end
end
@cefaijustin
cefaijustin / nomster logs
Created February 11, 2018 19:06
nomster logs
[Web Dev]: /vagrant/src/nomster $ heroku logs --tail
▸ heroku-cli: update available from 6.14.42-3ba878b to 6.15.24-e5de04c
2018-02-11T18:59:22.231712+00:00 app[web.1]: D, [2018-02-11T18:59:22.231639 #4] DEBUG -- : [32c68627-efc0-4131-bd9f-823a8b669ac4] (0.7ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."user_id" = $1 AND "comments"."rating" = $2 [["user_id", 1], ["rating", "5_stars"]]
2018-02-11T18:59:22.233247+00:00 app[web.1]: D, [2018-02-11T18:59:22.233170 #4] DEBUG -- : [32c68627-efc0-4131-bd9f-823a8b669ac4] Comment Load (0.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."user_id" = $1 [["user_id", 1]]
2018-02-11T18:59:22.234919+00:00 app[web.1]: D, [2018-02-11T18:59:22.234851 #4] DEBUG -- : [32c68627-efc0-4131-bd9f-823a8b669ac4] Place Load (0.6ms) SELECT "places".* FROM "places" WHERE "places"."user_id" = $1 [["user_id", 1]]
2018-02-11T18:59:22.237186+00:00 app[web.1]: D, [2018-02-11T18:59:22.237111 #4] DEBUG -- : [32c68627-efc0-4131-bd9f-823a8b669ac4] Comment Load (0.