public
Description: rails plugin that allows has_many :through to go through other has_many :throughs
Homepage:
Clone URL: git://github.com/ianwhite/nested_has_many_through.git
Updated garlic - tested against 2.0-stable, 2.1-stable, and edge
ianwhite (author)
Wed Sep 24 15:14:19 -0700 2008
commit  c7ba2df176ed7f52f69ebce3168a6244f574aecb
tree    f707d3d0932ee35b316e9b6ce445225679995657
parent  3acdf89806a7ba1a7a4ff37968da7d03f960b170
...
25
26
27
28
29
30
 
31
32
33
...
25
26
27
 
 
 
28
29
30
31
0
@@ -25,9 +25,7 @@ garlic do
0
   # for target, default repo is 'rails', default branch is 'master'
0
   target 'edge'
0
   target '2.0-stable', :branch => 'origin/2-0-stable'
0
-  target '2.0.2', :tag => 'v2.0.2'
0
-  target '2.0.3', :tag => 'v2.0.3'
0
-  target '2.1-RC1', :tag => 'v2.1.0_RC1'
0
+  target '2.1-stable', :branch => 'origin/2-1-stable'
0
 
0
   all_targets do
0
     prepare do

Comments