Skip to content

Instantly share code, notes, and snippets.

Life-changing Room for Rent

Man, doesn't the San Francisco real estate market suck? Everything is tiny and expensive, and if you're new to the city, I bet you're feeling really overwhelmed.

But good news! Available for one lucky person is the opportunity to rent a room in a huge (by SF standards) house in Noe Valley with two of the most awesome housemates you could ask for.

@jefflab
jefflab / gist:3292220
Created August 8, 2012 05:00
Helper method to pull from database
module DisplayHelper
def pull_from_Datum(value)
points_array = []
Datum.find_each do |point|
time_point = point.created_at
value_point = point.value