Programming Ruby on Rails Basics Cheat Sheet by 7kokcmax71 December 23, 2024 1. What is Ruby on Rails? Ruby on Rails (RoR) is a web application framework written in Ruby. It follows the Model-View-Controller (MVC) architecture and promotes convention over configuration. 2. … Read more