public
Rubygem
Description: gem tool to use git modules to manage your plugins. The original authors copy is here: http://github.com/jxl/git-rails/tree
Homepage: https://rubyforge.org/projects/git-rails
Clone URL: git://github.com/jasherai/git-rails.git
name age message
file .gitignore Tue May 20 12:15:58 -0700 2008 Make git-rails update bring the submodule up-to... [jasherai]
file History.txt Sat Sep 06 14:16:44 -0700 2008 Update history and bump version. [jasherai]
file License.txt Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
file Manifest.txt Tue Feb 05 00:50:22 -0800 2008 a few last tweaks before release [Pascal Belloncle]
file README.txt Tue Mar 18 05:40:39 -0700 2008 Update README.txt [jasherai]
file Rakefile Wed Feb 20 00:20:52 -0800 2008 rake -T works now [Pascal Belloncle]
file TODO Tue Feb 05 23:50:47 -0800 2008 updated TODO [Pascal Belloncle]
directory bin/ Thu Mar 13 05:12:04 -0700 2008 Documentation update [jasherai]
directory lib/ Sat Sep 06 14:16:44 -0700 2008 Update history and bump version. [jasherai]
file setup.rb Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
directory spec/ Tue Feb 05 00:44:51 -0800 2008 Initial commit for 0.2.0 [Pascal Belloncle]
directory 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