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
Updating README with contributors and new garlic targets
ianwhite (author)
Wed Sep 24 15:30:31 -0700 2008
commit  4183f144dff9f7738ca4175b85fc258f540de61e
tree    1363419ffc8d187459054cd38f9befaf83282ab8
parent  9dfeb76361f214b37df6f9e86abededc2f420829
0
README.rdoc 100644 →
...
39
40
41
 
 
 
 
 
 
 
 
 
 
42
43
44
...
75
76
77
78
 
79
80
81
...
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
...
85
86
87
 
88
89
90
91
0
@@ -39,6 +39,16 @@ Here's the original description:
0
   tables to be constructed, without having to resort to find_by_sql (which isn't
0
   a suitable solution if you need to do eager loading through :include as well).
0
 
0
+== Contributors
0
+
0
+* Matt Westcott
0
+* terceiro
0
+* shoe
0
+* mhoroschun
0
+* Ian White
0
+
0
+Get in touch if you should be on this list
0
+
0
 == Show me the money!
0
 
0
 Here's some models from the specs:
0
@@ -75,7 +85,7 @@ The first two has_manys of Author are plain vanilla, the last four are what this
0
 
0
 == What does it run on?
0
 
0
-Currently it's running on edge, 2.0-stable and 2.0.2
0
+Currently it's running on edge, 2.0-stable and 2.1-stable
0
 
0
 If you want to run the CI suite, then check out garlic_example.rb (The CI suite
0
 is being cooked with garlic - git://github.com/ianwhite/garlic)

Comments