How to create a project template for Ruby on Rails projects?

Posted by wgpubs on Stack Overflow See other posts from Stack Overflow or by wgpubs
Published on 2010-06-02T00:47:03Z Indexed on 2010/06/02 0:53 UTC
Read the original article Hit count: 198

Filed under:
|
|

When I build Rails applications I find myself doing the same things over and over again. This includes adding the same gems/plugins, configuration info and custom initializers, rake tasks etc... etc....

This can't be a good thing.

So, is there a way to package all this repetitive code into some sort of project template ... so that I can do a "rails myapp" and have everything good to go from there?

Btw, running 2.3.5 if that matters :)

thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby