Setting Up a Rails Project
Learn how to create and configure a new Rails application.
1
Setting Up a Rails Project
Before building a Rails application, you need to set up your development environment.
In this lesson, you will learn how to install Rails and create a new project.

2
Installing Ruby and Rails
Ensure you have Ruby installed, then install Rails using the following command:
gem install railsAll lessons in this course
- What is Ruby on Rails?
- Setting Up a Rails Project
- Models, Views, and Controllers