Welcome to the Rails Crash Course source code repository
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/blogIf 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
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/socialI 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