mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Generators Guide: Remove semicolons from prologue, as none of the other guides had them
This commit is contained in:
@@ -4,12 +4,12 @@ Rails generators are an essential tool if you plan to improve your workflow and
|
||||
|
||||
In this guide you will:
|
||||
|
||||
* Learn how to see which generators are available in your application;
|
||||
* Create a generator using templates;
|
||||
* Learn how Rails searches for generators before invoking them;
|
||||
* Customize your scaffold by creating new generators;
|
||||
* Customize your scaffold by changing generators templates;
|
||||
* Learn how to use fallbacks to avoid overwriting a huge set of generators;
|
||||
* Learn how to see which generators are available in your application
|
||||
* Create a generator using templates
|
||||
* Learn how Rails searches for generators before invoking them
|
||||
* Customize your scaffold by creating new generators
|
||||
* Customize your scaffold by changing generators templates
|
||||
* Learn how to use fallbacks to avoid overwriting a huge set of generators
|
||||
|
||||
endprologue.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user