mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates history
This commit is contained in:
parent
383053933a
commit
e5cbc7003d
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
== 0.6.x (in git)
|
== 0.6.x (in git)
|
||||||
|
|
||||||
|
=== Bugfixes
|
||||||
|
* Explicity require ERB. (Vít Ondruch)
|
||||||
|
|
||||||
|
== 0.6.6 2011-03-16
|
||||||
|
|
||||||
=== Bugfixes
|
=== Bugfixes
|
||||||
* Don't modify the array passed in with the :except key. (Eric Wollesen)
|
* Don't modify the array passed in with the :except key. (Eric Wollesen)
|
||||||
* Fixes version checking for postgresql. (Greg Barnett)
|
* Fixes version checking for postgresql. (Greg Barnett)
|
||||||
|
@ -45,7 +50,7 @@
|
||||||
== 0.6.0 2010-10-25 - The Multi-ORM/Connection Release
|
== 0.6.0 2010-10-25 - The Multi-ORM/Connection Release
|
||||||
|
|
||||||
This release has the often asked for functionality of being able to clean
|
This release has the often asked for functionality of being able to clean
|
||||||
multiple databases within the same project. This involves being able to
|
multiple databases within the same project. This involves being able to
|
||||||
clean databases managed by the same ORM (i.e. different connections) and
|
clean databases managed by the same ORM (i.e. different connections) and
|
||||||
also being able to clean databases managed by distinct ORMs. So, for
|
also being able to clean databases managed by distinct ORMs. So, for
|
||||||
example you can now use DatabaseCleaner on a project that has ActiveRecord
|
example you can now use DatabaseCleaner on a project that has ActiveRecord
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue