active questions tagged rails - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T02:43:31Z http://stackoverflow.com/feeds/tag/rails http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1849635/writing-own-scaffold-generator-exporting-as-a-gem 1 Writing own scaffold generator, exporting as a gem astropanic 2009-12-04T21:03:34Z 2009-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>