public
Description: Dumps YAML fixtures from existing data using ActiveRecord
Homepage: http://nubyonrails.com
Clone URL: git://github.com/topfunky/ar_fixtures.git
ar_fixtures / README.txt
100644 20 lines (10 sloc) 0.427 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= ar_fixtures
 
This library makes it easy to save ActiveRecord objects to reloadable files or fixtures. ActiveRecord is required.
 
See tasks/ar_fixtures.rake for what can be done from the command-line, or use "rake -T" and look for items in the "db" namespace.
 
== Resources
 
Subversion
 
* http://topfunky.net/svn/plugins/ar_fixtures
 
Blog
 
* http://nubyonrails.com
 
Author
 
* Geoffrey Grosenbach boss [at] topfunky [dot] com