Hi Guys, Im currently working on a small generator, that I wish to distribute as a gem. My generator consists of a controller, 2 models and 3-4 views. Here is what I know: script/generate looks for gems called _generator http://wiki.rubyonrails.com/rails/pages/UnderstandingGenerators gives some help regarding writing the actual generator code... I develop the generator in a fullfledged rails app, but the generator will obviously only contain the above mentioned files. Whats the best practice on this?? Only add relevant files to svn or make a rake task to extract these files and build the generator from the full app?? Anything else I need to be aware of?? thanks in advance Mikkel Bruun brwnx