Rails 3.0.0.beta install

Installed Rails 3.0.0.beta on my test machine. Here’s a few notes on what was easy, what was not.

My test machine uses Debian squeeze (testing), ruby 1.9.1 and rubygems 1.3.5. You need to have ruby 1.8.7 or newer. Ruby 1.8.6 will not work.

To find out what version of ruby you have, enter: ruby -v.

For a full […]