Created the initial document because I can't believe that script/generate –help linked to this page and it was empty.
I used the documentation for Rails 2.3.2 that NetBeans 6.5.1 drags up from who knows where. I used a lot of find/replace formating this so there probably are mistakes. Feel free to fix errors yourself. :)
Telmo Ferreira Costa, 2009/09/23 13:55
if you enter script/generate –help you get a list of possible generators.
Now, do, for example, script/generate model –help and there you are.
rails/pages/availablegenerators.txt · Last modified: 2009/06/18 03:28 by epochwolf
Discussion
touche
I need available generators.
Created the initial document because I can't believe that
script/generate –helplinked to this page and it was empty.I used the documentation for Rails 2.3.2 that NetBeans 6.5.1 drags up from who knows where. I used a lot of find/replace formating this so there probably are mistakes. Feel free to fix errors yourself. :)
if you enter
script/generate –helpyou get a list of possible generators.Now, do, for example,
script/generate model –helpand there you are.