Setting Up: Free Ruby on Rails Tutorial
Complete Setup Guide for Ruby on Rails Development
Complete the following setup prior to beginning any exercises. Having your own copy of class files ensures you can experiment safely without affecting the original templates.
What You'll Accomplish
File Organization
Learn to properly organize and duplicate class files for safe editing. This approach protects original files while giving you freedom to experiment.
Personal Workspace
Create your own dedicated folder structure that you'll use throughout the entire tutorial series. This keeps your work organized and easily accessible.
Tutorial Setup Requirements
Organize and prepare the foundational files needed for the tutorial exercises
Duplicate original files to create a safe workspace for experimentation
Working with duplicated files allows you to experiment freely without risk of corrupting the original class materials. This is a fundamental best practice in development workflows.
File Duplication Process
Clear Your Desktop
Minimize or hide any open windows so you can see the Desktop clearly and access the Class Files folder
Locate Class Files
Open the Class Files folder and locate the Rails Class folder that contains all the tutorial materials
Select and Duplicate
Click once on the Rails Class folder to select it, then press Cmd-D to create a duplicate copy
Rename Your Copy
Rename the duplicate folder to yourname-Rails Class to create your personal workspace
You now have your own set of class files to use throughout the class. This personal workspace will be your safe environment for all tutorial exercises.
Next Steps
Ready to Learn
With your personal copy of class files set up, you're ready to begin the Ruby on Rails tutorial exercises. Each lesson will build upon this foundation.
Safe Experimentation
Feel confident to modify, test, and experiment with the code. Your original class files remain untouched as a backup reference.
Key Takeaways