public
Description: Setup a new rails app, git repo, and all the initial prep in one step.
Homepage:
Clone URL: git://github.com/ambethia/git-railed.git
name age message
file README.rdoc Sat Jun 21 20:43:01 -0700 2008 Forgot to add executable to the gemspec [ambethia]
directory bin/ Sat Jun 21 19:31:27 -0700 2008 Getting Railed. [ambethia]
file git-railed.gemspec Mon Jun 23 09:14:03 -0700 2008 Add rake as a dependency [ambethia]
directory lib/ Sat Jun 21 20:16:03 -0700 2008 sake screws up the escaping, wtf. [ambethia]
README.rdoc

git-railed

git-railed is a simple script that creates a new rails app, initializes a new git repository, moving the db config and setting up the ignores for you.

Usage

As a gem:

  sudo gem install ambethia-git-railed -s http://gems.github.com

  git-railed my_app_name

As a sake task:

  sake -i http://github.com/ambethia/git-railed/tree/master/lib/git-railed.rake?raw=true

  sake git-railed APP=my_app_name

Notes

Until I can figure out how (if it’s even possible) to change the working directory of the parent process, you’ll have to cd my_app_name yourself after running git-railed. Boo.