Rails generators are an essential tool for improving your workflow. With this guide you will learn how to create generators and customize existing ones. After reading this guide, you will know: How to see which generators are available in your application. How to create a generator using templates. How Rails searches for generators before invoking them. How to customize your scaffold by overriding