I started the Hartl book this morning and am completely stuck on creating a gem configuration file. I followed the directions on http://www.sublimetext.com/docs/2/osx_command_line.html and read through some threads on Stacks. So I'm at this point http://imgur.com/Ksx7ZCb . Any help is appreciated! Thanks.
Subl is just a symbolic linked he created. In terminal (if you are on a mac) you might need to:
sudo ln -s “/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl” ~/bin/subl
This is just linking sublime text application to /bin so it can be executable.
and then:
subl ~/.gemrc
Sublime text should open up and just put:
install: –no-rdoc –no-ri
update: –no-rdoc –no-ri
in the file and save it.