public
Rubygem
Description: Advanced seed data handling for Rails, combining the best practices of several methods together.
Homepage: http://mbleigh.lighthouseapp.com/projects/10223-seed-fu
Clone URL: git://github.com/mbleigh/seed-fu.git
Added the output back in.
mbleigh (author)
Tue Aug 19 06:50:12 -0700 2008
commit  4f2270241cf0945b8264480bbc5fce3304f52dd9
tree    1882df1134d740a81936adf255e347fa7767e305
parent  a5c2cfb39c96121e53760c726eccecf1052259c9
...
36
37
38
 
39
40
41
...
36
37
38
39
40
41
42
0
@@ -36,6 +36,7 @@ module SeedFu
0
         record.send("#{k}=", v)
0
       end
0
       record.save!
0
+      puts " - #{@model_class} #{condition_hash.inspect}"      
0
       record
0
     end
0
 

Comments