0Pricing
Ruby Academy · Lesson

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.

Setting Up a Rails Project — illustration 1

2

Installing Ruby and Rails

Ensure you have Ruby installed, then install Rails using the following command:

gem install rails

All lessons in this course

  1. What is Ruby on Rails?
  2. Setting Up a Rails Project
  3. Models, Views, and Controllers
← Back to Ruby Academy