Looking at Ruby on Rails

Coming from a PHP background I've decided to take a look at Ruby on Rails a rapid application development framework for developing web applications in ruby.
To get your initial environment setup is quite quick and was a lot easier than I was thinking it was going to be. First go and run the rails command and tell it where you want your rails environment to be setup:
/usr/local/bin/rails /path/to/my/first/app
Edit your apache configuration and restart and point your browser to the URL of your ruby on rails install:
Going to start looking at learning ruby.