Part 1: Ruby on Rails Fundamentals

In Part 1 you build a blog using the Rails scaffold generator.

If you'd like to view the source code online, click the link below to go to the GitHub repository:

https://github.com/railscrashcourse/blog

I also created a release for each chapter so you can view or download the code as it should be at any point in the book.

If you'd like to copy the entire repository to your local computer, use the git clone command below.

git clone https://github.com/railscrashcourse/blog.git

Part 2: Building a Social Networking App

In Part 2 you build a social networking application from scratch.

If you'd like to view the source code online, click the link below to go to the GitHub repository:

https://github.com/railscrashcourse/social

I also created a release for each chapter so you can view or download the code as it should be at any point in the book.

If you'd like to copy the entire repository to your local computer, use the git clone command below.

git clone https://github.com/railscrashcourse/social.git