active questions tagged rails - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T02:43:31Zhttp://stackoverflow.com/feeds/tag/railshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1849635/writing-own-scaffold-generator-exporting-as-a-gem1Writing own scaffold generator, exporting as a gemastropanic2009-12-04T21:03:34Z2009-12-04T21:03:34Z
<p>I have created my own scaffold generator, now it's sitting in my ~/.rails/generator/scaffold directory. How can I make a gem in order to use my generator along other machines I'm using, without the need of copying the ~/.rails folder on every box ? I will push later the gem on Github </p>