Displaying 1 result from an estimated 1 matches for "widgetgenerator".
Did you mean:
  widget_generator
  
2006 Apr 25
3
Creating your own generators
So I''m interested in creating an application specific generator. The 
script/generate command tells me that all I have to do is put a 
generator in my rails_root/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