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