September 2009
3 posts
2 tags
TextMate not finding your gems?
If you’ve built ruby yourself and stuck it in /usr/local/bin you may run into a problem where textmate is using the pre-installed version of ruby. That will result in searching for gems in the pre-installed location (wherever that is)
To fix this add a shell variable called TM_RUBY in the advanced preferences of TM pointing to /usr/local/bin/ruby
1 tag
track git remote branch (note to self)
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
3 tags
Eclipse vs. IntelliJ
I’ve been a looong time eclipse user and have tried intellij off and on over that time. I never really got hooked on intellij like some people I know…until recently. I’m not sure why it stuck with me this time, but this post will serve as my list that I can point people to when I get asked “the question”
IntelliJ - The Good
Selectable color themes (absolute pain...