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 targets, now tested against: edge, 2.0-stable, 2.0.2, 2.0.3, 
2.1-RC1
ianwhite (author)
Thu May 22 09:01:36 -0700 2008
commit  e2ca6f423ae8652fe8299735aca1b32f7ad088ba
tree    1353bcb7f50805184636a2b9785db25b20b55f8e
parent  942b4d32f9b0412be469f1771003c7a9ed4d6a66
...
26
27
28
 
 
29
30
31
...
26
27
28
29
30
31
32
33
0
@@ -26,6 +26,8 @@ garlic do
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
 
0
   all_targets do
0
     prepare do

Comments