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
git-rails / README.txt
100644 35 lines (23 sloc) 0.692 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
= 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