Sha256: 1971a9675151e629fdc0b3415f8f28a7580dcf8d0273dcaa75231a776d274f10

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

0.2.7 (November 11th, 2010)

* Changed home URL to http://github.com/yumitsu/populator3
* Fixed error with NOT NULL fields (thanks to Ivan V. <http://github.com/ivanvr>)

0.2.6 (November 5th, 2010)

* Now populator supports Rails 3
* Fixed specs, added more flexibility with primary key name (thanks to Thierry Treyer <http://github.com/zehkae>)

0.2.5 (November 5th, 2010)

* 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
populator3-0.2.7 CHANGELOG