What's New in Edge Rails: Application Generators

Posted by ryan
at 8:53 AM on Thursday, December 11, 2008

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

Comments

Leave a response

  1. PratikDecember 11, 2008 @ 12:41 PM

    Thanks for the post and link love :)

  2. DavidJanuary 05, 2009 @ 07:30 AM

    Very usefull feature. I am waiting for Rails 2.3