Archive for the ‘development’ Category

Running RSpec Through Textmate with Multiruby

When working with RSpec, I like to run my individual specs with the RSpec Textmate Bundle. After making the switch to using multiruby, the bundle was picking up my old install of ruby. This was easy to fix, at least to run my current 1.8.7 version of ruby from my .multiruby directory.
On my [...]

Tags: ,

going /usr/local

I’ve been living a double life with my Mac OS X development environment, the MacPorts life and the /usr/local life.
Why I used MacPorts?

It’s easy, just type sudo port install packagename

However, I kept running into more and more situations where MacPorts didn’t really work for me.

MacPorts seemed to always be behind in [...]

Tags: ,