Joined May 2011
·
Posted to
Tracking page views with Google Analytics and Backbone
over 1 year
ago
Tell us something we didn't already know why don't you...
Posted to
Backbone.Model Gotcha With options.url
over 1 year
ago
For anyone interested, here is the commit where the modelOptions were removed from master: https://github.com/jashkenas/backbone/commit/3bfbcd4123a19f9
Currently, only the "options.collections" value is set directly, "url and urlRoot" have been removed.
Posted to
Portable Vim Configuration via Dropbox
over 1 year
ago
@w0ng Interesting, I'll check that out. I use Pathogen currently, but wasnt aware of Vundle
Posted to
Rails migration VERSION fetcher
over 1 year
ago
@bsimpson doing an ls
on the directory doesn't actually tell you if you have run the most recent migration, it just tells you which one it is, which means db:rollback
might not rollback the version you think or in your case, might fail completely
Posted to
Rails migration VERSION fetcher
over 1 year
ago
bro, rake db:version
will give you the current version much easier
rake db:version | awk '{print $3}'
Achievements
234 Karma
8,657 Total ProTip Views

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014

Altruist
Increase developer well-being by sharing at least 20 open source projects

KO Contender
Participated in 2012 Node Knockout

Forked 20
Have an established project that's been forked at least 20 times

Cub
Have at least one original jQuery or Prototype open source repo

Raven
Have at least one original repo where some form of shell script is the dominant language

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Bear
Have at least one original repo where Objective-C is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need
Sure you could set any kind of ENV variable you wanted to point to the vimrc file inside dropbox.