Easy creation of a Rails application in Subversion

One comment

ok… saying the title is even longer than typing the command:

svnrails --url ./repos/my_app/trunk my_app

this will make sure you have a functional empty rails application in your local repository that is it will:

  • create a my_app rails application
  • import the application into repository
  • checkout the application from svn
  • remvoe and ignore the log and tmp files
  • rename the database.yml file

nice and easy!

You can read about it here, and download the svnrails.rb script.

technorati tags:

Posted on Feb 7, 2007 · Filed under RubyOnRails

Comments

  1. Firefox Feb 9, 2007 · #

    Creating Rails Applications In Subversion…

    A good idea for using Subversion with Ruby on Rails…….

Add your comment

HTML tags allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> . Also, you can use Markdown syntax to format text.

Trackback

You can trackback this post from your own site using this trackback link:
http://www.spazidigitali.com/2007/02/07/easy-creation-of-a-rails-application-in-subversion/trackback/