Search⌘ K
AI Features

Choosing a Rails Version

Understand how to manage multiple Rails versions on your system, verify the active version, and upgrade Rails within your projects for development and deployment. This lesson helps you control your Rails environment effectively to match your deployment needs.

We'll cover the following...

Overview

The previous instructions helped you install the version of Rails used by the examples in this course. Occasionally, we might not want to run that version, though. For example, a newer version with some fixes or new features might become available,. Or perhaps we’re ...