public
Description: Mass populate an Active Record database.
Homepage:
Clone URL: git://github.com/ryanb/populator.git
populator / CHANGELOG
100644 40 lines (20 sloc) 0.951 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
* adding Oracle adapter (thanks Andrew N)
 
0.2.4 (September 9th, 2008)
 
* removing echoe from gem development dependencies, which didn't seem to work in the first place.
 
* adding Populator.paragraphs to generate paragraphs of text
 
0.2.3 (September 2nd, 2008)
 
* support single table inhertance by setting inheritance_column to class name
 
* support custom primary_key in model if they don't use "id"
 
0.2.2 (September 1st, 2008)
 
* performance improvements
 
* improving inline documentation
 
0.2.1 (August 30th, 2008)
 
* wrap sqlite inserts in transaction to improve performance
 
* default created_at/on and updated_at/on columns to current time
 
0.2.0 (August 30th, 2008)
 
* adding :per_query option to limit how many inserts are made per query
 
* improving performance when nesting factories
 
* adding Populator.sentences to generate a lot of text
 
* adding Populator.words to fetch some random words
 
0.1.0 (August 27th, 2008)
 
* initial release