Core Principles and Architecture
Model View Controller (MVC), Convention over Configuration (CoC), Don’t Repeat Yourself (DRY), and RESTful APIs have contributed to the core principles of RoR. MVC manages data logic and enforces business rules. CoC leads to several configurations that developers need to write.