This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: Ruby 1.8.7 on MacPorts causing some problems
Feed Title: Robby on Rails
Feed URL: http://feeds.feedburner.com/RobbyOnRails
Feed Description: Ruby on Rails development, consulting, and hosting from the trenches...
It appears that MacPorts has upgraded to Ruby 1.8.7, which is good news if you’re running Rails 2.1… but if you have an older Rails application… it’s not going to work too well.
In order to get Ruby 1.8.6 installed with the latest MacPorts, you’ll need to do the following.
Then you’ll need to modify your macports to use this new local source. You’ll need to edit /opt/local/etc/macports/sources.conf and add the following line above the existing rsync record.
file:///Users/Shared/dports and create that directory
Next, you’ll want to index this new local source with the following command: