yoink@tumblr ~ % feh 1312813234.jpg
Play videos from your AirVideo server on your Mac.
More Lion upgrade fixes. Some change in rubygems, bundler, ree or vlad broke one of the little crufty configs needed to deploy a client’s app. This helped me pinpoint the problem to vlad-git. I’ll need to avoid the latest versions of both for awhile.
Upside, getting this to work with the newer code might be worth it in the end, but I want my workday back.
(Source: ur-ban.com)
I’ve been using RVM for awhile. It’s great for keeping things tidy and I love the ability to switch between rubies.
Lion and XCode 4 switch the default compiler to LLVM. Cool, but this breaks the installation for ruby. Stack Overflow had the answer as usual.
$ rvm remove ree # if you had it installed
CC=/usr/bin/gcc-4.2 rvm install ree"It doesn’t work! I get some “permissions” error when I try to install stuff!
If you ever did a sudo gem, etc. before then a lot of files will have been created chown root. Fix with:
sudo chown -R $USER /Library/Ruby /Library/Perl /Library/Python"
Had to reset the permissions to get non-sudo installs working again. The upgrade wiped out my whole toolset!