0Pricing
Ruby Academy · Lesson

What is Ruby on Rails?

Discover how Rails simplifies web development with its MVC architecture.

1

What is Ruby on Rails?

Ruby on Rails, or simply Rails, is a web application framework built with Ruby.

It follows the MVC (Model-View-Controller) architecture and simplifies web development.

What is Ruby on Rails? — illustration 1

2

Benefits of Ruby on Rails

Rails provides built-in tools and conventions to speed up development.

  • Follows the DRY (Don't Repeat Yourself) principle.
  • Uses convention over configuration.
  • Has a strong ecosystem with gems and plugins.

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