Sha256: 536407fc5ea795107eee5957c07b64d95b690c88e4335aad3627780f0b6a0c4a

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

== 0.5.2 / 2009-07-09

* Improved backtrace output.

== 0.5.1 / 2009-07-07

* Fixed a couple of bugs that caused the data to be preloaded multiple times or deleted multiple times.

== 0.5.0 / 2009-07-07

* Added better error handling.  The data[:key] = record form is deprecated in favor of data.add(:key) { record }.
* Allow preloaders to be redefined.  This should make this more compatible with autotest.

== 0.4.3 / 2009-06-05

* Added shoulda and mocha development dependencies.

== 0.4.2 / 2009-06-02

* Raise an appropriate error when the developer tries to get a record for a preloader that was never run.

== 0.4.1 / 2009-06-01

* Updated documentation (Forgot to for the 0.4.0 release).

== 0.4.0 / 2009-06-01

* Added ability to only preload some of the types.
* During preloading, print to the console to indicate the records being preloaded and a benchmark.

== 0.3.2 / 2009-04-07

* Fixed a bug with the ordering of the dependent preloaders.

== 0.3.1 / 2009-03-30

* Updated documentation. (Forgot to for 0.3.0 release)

== 0.3.0 / 2009-03-30

* Added logic to auto load the factory_data files.

== 0.2.0 / 2009-03-30

* Added :depends_on option to the preloader, to force the preloaders to load in the correct order based on your foreign keys and table dependencies.

== 0.1.0 / 2009-03-30

* Initial release

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
myronmarston-factory_data_preloader-0.5.2 CHANGELOG.rdoc
factory_data_preloader-0.5.2 CHANGELOG.rdoc