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 / CHANGELOG
100644 15 lines (7 sloc) 0.364 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
== June 4, 2006
 
* Clarified rake task descriptions to show where data is being dumped.
 
== May 20, 2006
 
* Added to_skeleton for writing fieldnames only. [Gunther Schmidl]
* Added initial tests, thanks to Scott Barron's acts_as_state_machine
 
== Jan 12 2006
 
* Added code to handle single table inheritance. May need to be modified for non-standard use of STI.