This feature is scheduled for: Rails v2.3/3.0
I’m way late to the party on this one, but it’s such a great feature that the least I can do is provide some link love for Edge Rails’ new application template feature.
In a nutshell, this lets you create a Rails app already bootstrapped with your choice of plugins, gems and other base info specified. No longer do you need to manually download your preferred libraries at the start of every project – you can save your configuration off to any text/ruby file and kick off a new app with:
rails blog -m ~/my_template.rb |
Or apply an app template to an existing app:
rake rails:template LOCATION=http://mydomain.com/templates/start.rb |
Go read up on the details of this great new feature in Pratik’s writeup covers (which is wholly based on the rg project by Jeremy McAnally).
tags: ruby, rubyonrails

Thanks for the post and link love :)
Very usefull feature. I am waiting for Rails 2.3