History update

master
Sam Lown 2011-04-08 15:42:30 +02:00
parent 1d37f12982
commit 33b844b596
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
== 1.1.0.beta2
* Minor enhancements:
* Time handling improved in accordance with CouchRest 1.0.3. Always set to UTC.
* Time handling improved in accordance with CouchRest 1.1.0. Always set to UTC.
* Refinements to associations and uniqueness validation for proxy (based on issue found by Gleb Kanterov)
* Added :allow_nil and :allow_blank options when creating a new view
* Unique Validation now supports scopes!

View File

@ -32,7 +32,7 @@ RSpec.configure do |config|
cr = TEST_SERVER
test_dbs = cr.databases.select { |db| db =~ /^#{TESTDB}/ }
test_dbs.each do |db|
#cr.database(db).delete! rescue nil
cr.database(db).delete! rescue nil
end
end
end