Displaying 1 result from an estimated 1 matches for "generator_nam".
Did you mean:
generator_name
2006 Apr 25
3
Creating your own generators
...2. Unzip to directory /Users/{username}/.rails/generators/login
> to use the generator with all your Rails apps
> or to {app_root}/generators/login
> to use with this app only.
So I created a generators directory and plop in my generator. Upon
executing `script/generate {generator_name}` I get:
> Couldn''t find ''{generator_name}'' generator
What do I need to do differently? Is there any documentation on creating
generators? I found:
http://wiki.rubyonrails.com/rails/pages/Generators
But it didn''t talk about creating your own generator....