Easy creation of a Rails application in Subversion
Published on Wednesday, February 7 2007
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:rubyonrails
