Unfortunately, Simply Rails 2 is outdated. However, you can still learn the basics from it and use it as a springboard to get started.
As far as getting things running on your system I would recommend that you do the following:
1. Install and use RVM (Ruby Version Manager)
Follow the instructions @
http://beginrescueend.com/
2. Create a gemset with RVM
Follow the instructions @
http://beginrescueend.com/gemsets/basics/
3. Install the latest Rails 2.x.x version
gem install rails 2.3
4. Now try to continue with the book as you now have an environment similar to when the book was written.
If this seems to be too cumbersome then I would recommend that you check out
http://ruby.railstutorial.org/ruby-o...ok?version=3.2
It is a current and up to date Rails tutorial.
Bookmarks