DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Install Ruby, Gems And Rails With Darwinports
sudo port install ruby sudo port install rb-rubygems sudo gem install rails --include-dependencies sudo ln /opt/local/bin/ruby /usr/local/bin/ruby
Originally from http://labs.broqn.com/blog/2005/03/ruby-on-rails-with-darwinports/ (added --include-dependencies)




