A Ruby on Rails Plugin to help you create seed data. Useful when you want to move a few records from one database or environment to another. # staging foo = Model.find(id); foo.plant_seed; # production Model.reap;
Required Ruby Version
None
Authors
Bob Larrick
Versions
- 1.2.0 April 19, 2011 (8 KB)
- 1.1.5 March 15, 2011 (8 KB)
- 1.1.4 March 10, 2011 (7.5 KB)
- 1.1.3 March 10, 2011 (7.5 KB)
- 1.1.2 February 09, 2011 (7.5 KB)