Before coming to class, you should install Ruby (1.8.4 or higher), Rails (1.2.3 or higher), and MySQL (4.1 or higher). If you don't already have these installed on your computer, here are some instructions to get you started.
If you have any trouble, feel free to contact us: brian (or jeff) at luckymonk dot com.
First, if you don't have MySQL 4.1 or greater installed already, install it on your laptop before the class. Here's how:
Next, installing Ruby and also the Rails framework is a breeze:
ruby -v and you should get a version number displayed. If not, then something went wrong; try to reinstall or contact us for help.gem -v and make sure you have version 0.92 or higher. If not, run gem update --system.gem install rails -y and let it install (this will take a few minutes). If you're presented with a list of choices at any point, always choose the highest-versioned Win32 package available.rails -v and you should get a version number displayed.gem install mongrel and pick the highest-version Win32 package.If you're starting from scratch, we think this script works quite well.
Some people have also reported good success with this one-click installer for OS X. We still recommend installing MySQL as well. You can either:
sudo port install mysql.