Skip to content

Instantly share code, notes, and snippets.

View vladchi's full-sized avatar

Vlad Chi vladchi

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vladchi
vladchi / Ruby.sublime-build
Created October 26, 2012 11:27 — forked from pmarreck/Ruby.sublime-build
Get Sublime Text 2 to use your RVM ruby and bundle Gemfile
# Get Sublime to use your rvm ruby... Change your ~/Library/Application Support/Sublime Text 2/Packages/Ruby/Ruby.sublime-build to this, replacing YOURUSERNAME:
{
"cmd": [
"bundle", "exec", "$HOME/.rvm/bin/rvm-auto-ruby", "$file"
],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.ruby"
}