Skip to content

Instantly share code, notes, and snippets.

View austinrfnd's full-sized avatar

Austin Fonacier austinrfnd

  • Loot Crate
  • Los Angeles, Ca
View GitHub Profile
@austinrfnd
austinrfnd / gist:6217640
Created August 13, 2013 03:27
Find all tags given a context of a model from Acts as Taggble!
ActsAsTaggableOn::Tag.includes(:taggings).where("taggings.taggable_type = 'Question'").select("DISTINCS tags.*")
DV.Search.json = {"results":[{"active":true,"approved":true,"averageResponseTime":7,"calendarModified":1439592463000,"cancellationPolicy":"flexible","id":148858,"instantBookNewGuest":false,"instantBookRepeatGuest":false,"lastLogin":1443752666000,"location":{"fullAddress":"2 Alphonse St, Saint Isidore, ON, Canada","city":"Saint Isidore","country":"CA","latitude":45.385898,"longitude":-74.9059569,"state":"ON","zipcode":"K0C 2B0","neighborhood":null,"propertyType":"house","outdoorArea":"large","residentDogCount":2,"updatedAt":1443752700000},"maxDaycareDogsAllowed":3,"maxDogsAllowed":4,"newMentorReviewed":false,"profile":{"boardingImage":"148858.1379375977.5371.jpg","description":"I offer dog sitting in my own home situated in St. Isidore, Ontario. My assistants are my 5 year old Rottweiller and my 4 year old Boxer. During their stay with us your special canine friend will ...","facebook":null,"hasDogBoardingPhotos":true,"name":{"first":"Leslie-Ann","last":"B"},"profileImage":"148858.1381539913.1439.jpg","profil
@austinrfnd
austinrfnd / gist:2d48013a769261599090
Created October 27, 2014 15:57
Sublime Text Key Bindings
[
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]