public
Description: simple command line tool to create a fresh rails application, git repository, then imports it while ignoring log files and tmp files.
Homepage: http://jdg.net
Clone URL: git://github.com/jdg/gitrails.git
Search Repo:
name age message
folder README Wed Apr 16 12:12:41 -0700 2008 readme update. [jdg]
folder gitrails.rb Wed Apr 16 12:11:29 -0700 2008 initial import [jdg]
README
Create a Rails application that is hosted in a
Git repository with log files, tmp files, and
database.yml all being ignored.

Written by Jonathan George <jonathan@jdg.net> 08/16/08
Based on 'svnrails' by Matt Mower <self@mattmower.com> 07/02/07
... which is based on the Bash script by Akhil Bansal