README.rdoc in ruote-dm-2.1.10 vs README.rdoc in ruote-dm-2.1.11
- old
+ new
@@ -26,11 +26,11 @@
To create the tables in the database :
Ruote::Dm::Document.auto_migrate!
-Tested with dm 0.9.2 and dm 1.0.0, with the postgresql and the msyql adapters.
+Tested with dm 1.0.2, with the postgresql and the msyql adapters.
== running tests
assuming you have
@@ -40,16 +40,21 @@
* unit tests :
get into ruote/ and do
- ruby test/unit/storage.rb --dm
+ ruby test/unit/storage.rb -- --dm
* functional tests :
get into ruote/ and do
- ruby test/functional/test.rb --dm
+ ruby test/functional/test.rb -- --dm
+
+
+== known issues
+
+It works well on OSX, but test/functional/ct_2_cancel.rb is failing. Since OSX isn't a often met server platform, we haven't investigated further.
== license
MIT