Mac-Intel Binary built by Todd Huss ( http://gabrito.com ) Version 1.1.6 8/13/06 Includes: Ruby 1.8.4 Readline 5.0 RubyGems 0.8.11 Rails 1.1.6 FastCGI 2.4.0 RubyFastCGIBindings 0.8.7 PCRE 6.6 Lighttpd 1.4.11 Thanks to Geoffery Grosenbach for the script to build this: http://nubyonrails.topfunky.com/articles/2005/12/29/an-even-better-way-to-build-ruby-rails-lighttpd-and-mysql-on-tigerwhich was based on this Hivelogic article: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger I've included the script I modified from Geoffrey in the archive if you want to build from source yourself: src/ru-ra-lim.sh Installation Instructions: 1. If you don't already have MySQL installed go get it and install it from here: http://dev.mysql.com/downloads/ 2. Install the files, replace ~/Desktop with wherever you downloaded the archive to: cd /usr/local; sudo tar -xjvpf ~/Desktop/RubyOnRailsMacIntel-VERSION.tar.bz2 3. Add the following to your .bash_login: export MANPATH=/usr/local/ror/man:$MANPATH export PATH=/usr/local/ror/bin:/usr/local/ror/sbin:$PATH 4. Source your bash_login by typing: . ~/.bash_login 5. Install the MySQL driver, replace /usr/local/mysql or wherever your install is: sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql 6. If you ever need to uninstall it couldn't be easier, just delete /usr/local/ror and remove the 2 lines from your .bash_login