Welcome to RailsSpace!

Just starting RailsSpace? We recommend replacing the Rails installation command on page 15 with the following:

Windows:
> gem install rails -v 1.2.3 --include-dependencies
Mac & Linux:
$ sudo gem install rails -v 1.2.3 --include-dependencies

This will install the version of Rails that was available when we wrote RailsSpace. The book is guaranteed to work with this version of Rails, which will enhance your learning experience and give you an outstanding foundation in Rails programming.

Once you've finished reading RailsSpace, you'll be ready to tackle Rails 2.0. At that point, read over the Rails version compatibility note and search the RailsSpace Google Group for the answers to any questions you might have.

Good luck, and happy Railsing!

RailsSpace: Building a Social Networking Website with Ruby on Rails by Michael Hartl and Aurelius Prochazka is an introduction to Ruby on Rails aimed at programmers with no prior Rails experience. RailsSpace is structured as an extended tutorial, which teaches you Rails by example through the development of a social networking website—the very site you are visiting now! Log in and create your profile to see the types of things we teach you how to do in the book.

Here are some links to the book and video tutorial:
RailsSpace cover RailsSpace: Building a Social Networking Website with Ruby on Rails (Addison-Wesley Professional Ruby Series)
RailsSpace video image RailsSpace Ruby on Rails Tutorial Video (LiveLessons)