mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
credit
This commit is contained in:
parent
b18f9b7f57
commit
1198c37273
1 changed files with 7 additions and 0 deletions
|
@ -1,7 +1,14 @@
|
|||
0.5.x (In Git)
|
||||
|
||||
== 0.5.1 - The Mongoid Release
|
||||
|
||||
This release also attempts to fix AR for Rails 3 support. I have seen mixed reviews on this. Some people
|
||||
claim the fixes allow for use in Rails3 while others have not had good luck with it. I plan on reworking
|
||||
the way AR support is added so that it is more friendly with how Rails 3 uses autoload.
|
||||
|
||||
=== New features
|
||||
* Clean and clean_with methods are now aliased to clean! and clean_with!. (Ben Mabey)
|
||||
* Mongoid Support! (Sidney Burks)
|
||||
|
||||
=== Bugfixes
|
||||
* Check PostgreSQL version >= 8.2 before using TRUNCATE CASCADE (James B. Byrne)
|
||||
|
|
Loading…
Reference in a new issue