public
Rubygem
Clone URL: git://github.com/thoughtbot/factory_girl.git
#4 - added instructions for using the Github gem in a Rails 2.1 project
Joe Ferris (author)
Wed Jul 30 06:48:11 -0700 2008
commit  37328b33ed0ea27d3d28029158aedf82c21c396d
tree    cc60f4f3cb15ec2e12f86c68f4c3b206c5c7b7b4
parent  85b6c9ce7fa8149aa381b99d9c61031e38685a67
...
12
13
14
 
 
 
 
 
 
 
15
16
17
...
12
13
14
15
16
17
18
19
20
21
22
23
24
0
@@ -12,6 +12,13 @@ Github: "Page":http://github.com/thoughtbot/factory_girl/tree/master "Clone":git
0
 
0
 Gem: <pre>gem install thoughtbot-factory_girl --source http://gems.github.com</pre>
0
 
0
+Note: if you install factory_girl using the gem from Github, you'll need this
0
+in your environment.rb if you want to use Rails 2.1's dependency manager:
0
+
1
+config.gem "thoughtbot-factory_girl",
0
+ :lib => "factory_girl",
0
+ :source => "http://gems.github.com"
0
+
0
 h2. Defining factories
0
 
0
 <pre><code># This will guess the User class

Comments