public
Fork of jasherai/git-rails
Description: gem tool to use git modules to manage your plugins
Homepage: https://rubyforge.org/projects/git-rails
Clone URL: git://github.com/jxl/git-rails.git
Search Repo:
Ron Damen (author)
Tue Mar 18 07:27:11 -0700 2008
jxl (committer)
Mon Apr 28 15:31:00 -0700 2008
name age message
folder .gitignore Thu Mar 13 05:12:04 -0700 2008 Documentation update [jasherai]
folder History.txt Sun Feb 10 02:35:31 -0800 2008 updated history, and added more details to init... [Pascal Belloncle]
folder License.txt Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
folder Manifest.txt Tue Feb 05 00:50:22 -0800 2008 a few last tweaks before release [Pascal Belloncle]
folder README.txt Tue Mar 18 05:40:39 -0700 2008 Update README.txt [jasherai]
folder Rakefile Wed Feb 20 00:20:52 -0800 2008 rake -T works now [Pascal Belloncle]
folder TODO Tue Feb 05 23:50:47 -0800 2008 updated TODO [Pascal Belloncle]
folder bin/ Thu Mar 13 05:12:04 -0700 2008 Documentation update [jasherai]
folder lib/ Mon Apr 28 15:31:00 -0700 2008 fixed version check [Ron Damen]
folder setup.rb Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
folder spec/ Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
folder tasks/ Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
README.txt
= git-rails:

* http://blog.nanorails.com/git-rails
* http://rubyforge.org/projects/git-rails/

== DESCRIPTION:

Tools to help using git with rails

== FEATURES/PROBLEMS:

* create new git repository with .gitignore, linked to remote git repository
* install plugins from git source as git modules
* install git source as a git module to any path
* install plugins from svn source as git modules

== SYNOPSIS:

  git-rails init {remote git repository}
  git-rails install <remote plugin repository> [plugin name||path]
  git-rails update <plugin-name||path>

== REQUIREMENTS:

* git
* rails 2.0.2
* hoe 1.5.0
* main 2.8.0
* rake 0.8.1
* rspec 1.1.3

== INSTALL:

* sudo gem install git-rails