From the course: Ruby on Rails 6: Controllers and Views

Using the exercise files GitHub repository - Ruby on Rails Tutorial

From the course: Ruby on Rails 6: Controllers and Views

Start my 1-month free trial

Using the exercise files GitHub repository

- [Instructor] The exercise files for this course are freely available as a GitHub repository. You can find it at this URL. The repository has branches for each of the videos in the course. You can use the branch pop-up menu here to switch to a specific branch and to review the code for a specific video. For example, the branch titled 01_03 will show you the code on chapter one and the third video. The B at the end of the name indicates it's the code at the beginning of the video and the branch with E at the end of the name is the state of the code at the end of the video. You can also download the code to work along with me. If you're familiar with git, you can clone the repository by clicking on this code button, then click on the clipboard to copy the link that it shows. From the command line, you can type git clone, and then paste in that URL. You'll see it's the same as the first URL, but has dot git at the end. Then you can navigate to the project from the command line and check out the branch you want. The movie 01_01B is the start of the course. You don't need to know git or have a GitHub account to follow along. If you choose the branch you want, you can click the code button and then the download option here for downloading a zip file that contains the code for that branch only. Once it downloads, you can decompress the file and open it in a text editor to get started.

Contents