History update
This commit is contained in:
parent
1d37f12982
commit
33b844b596
|
@ -1,7 +1,7 @@
|
||||||
== 1.1.0.beta2
|
== 1.1.0.beta2
|
||||||
|
|
||||||
* Minor enhancements:
|
* 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)
|
* 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
|
* Added :allow_nil and :allow_blank options when creating a new view
|
||||||
* Unique Validation now supports scopes!
|
* Unique Validation now supports scopes!
|
||||||
|
|
|
@ -32,7 +32,7 @@ RSpec.configure do |config|
|
||||||
cr = TEST_SERVER
|
cr = TEST_SERVER
|
||||||
test_dbs = cr.databases.select { |db| db =~ /^#{TESTDB}/ }
|
test_dbs = cr.databases.select { |db| db =~ /^#{TESTDB}/ }
|
||||||
test_dbs.each do |db|
|
test_dbs.each do |db|
|
||||||
#cr.database(db).delete! rescue nil
|
cr.database(db).delete! rescue nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue