A quick run-down on how to get up and running with Phusion Passenger and you existing rails application on MacOSX.
Grab the passenger gem:
sudo gem install passenger
Grab the pref pane utility. Note: OSX 10.5.2 or later is required for this pref pane utility.
http://superalloy.nl/misc_files/passenger_pane/PassengerPane-1.1.tgz
(thanks to Eloy for building this useful utility). Extract and install using typical mac [...]
