Section Introduction
This section of the course will teach you how to work with Rails generators, including the controller, model, and resource generators. We'll also analyze how to customize generators.
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

This is going to be a fun and challenging section of the course.

This section of the course will teach you how to work with Rails generators, including the controller, model, and resource generators.

We'll also analyze how to take isolated aspects of our scaffolds to customize the generators, which will allow us to be more specific in creating the features in our application.