Getting Started
Get up and running quickly by building a Rails app from scratch.
StartGetting Started
Lesson 1 of 1
- 1Ruby on Rails is a web framework that makes it easy to build powerful web apps in a short amount of time. Ruby on Rails is written in the Ruby programming language. If you are new to Ruby, we reco…
- 2Nice work! In three commands, you built a working Rails app that displays the Rails default page. How does it work? The rails new command created a new Rails app named MySite. It generated …
- 3What happens when you visit http://localhost:8000 in the browser? Check out the diagram in the browser. 1. The browser makes a request for the URL http://localhost:8000. 2. The request hits the …
- 6Congratulations! You built a Rails app from scratch. What can we generalize so far? Using the request/response cycle as a guide, this has been our workflow when making a Rails app. 1. Generate…
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory