Sheet ⁨09⁩ · ⁨Quizzes⁩Surveyed ⁨2026⁩
Category
1Quiz

Ruby

Ruby on Rails: Convention Over Configuration

Ruby on Rails: Convention Over Configuration

Rails is productive because it decided things for you. The router derives a controller and action from a verb and a path, the controller infers its template from its own name, and Active Record infers