This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ebfec5eed6219c92fd3e49da2b7e6b046c03946d
tree 9acae1474b5e140e96fe8c7835d189d6f89e2aac
parent edd46731bcd5ff97e3e46dd66f302a87228bafc0
tree 9acae1474b5e140e96fe8c7835d189d6f89e2aac
parent edd46731bcd5ff97e3e46dd66f302a87228bafc0
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Sat Jun 21 20:43:01 -0700 2008 | |
| |
bin/ | Sat Jun 21 19:31:27 -0700 2008 | |
| |
git-railed.gemspec | Mon Jun 23 09:14:03 -0700 2008 | |
| |
lib/ | Sat Jun 21 20:16:03 -0700 2008 |
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.







