README.rdoc in data_fabric-1.1.0 vs README.rdoc in data_fabric-1.2.0

- old
+ new

@@ -60,10 +60,10 @@ == Warnings * Sharded models should never be placed in the session store or you will get "Shard not set" errors when the session is persisted. -* ActiveRecord's allow_concurrency = true is NOT supported in this version of data_fabric. +* DataFabric does not support running with ActiveRecord's allow_concurrency = true in AR 2.0 and 2.1. allow_concurrency is gone in AR 2.2. == Testing and Bug Reports If you think you've found a problem with data_fabric, please use the example application to reproduce the bug and send me the diff. The example application is a stock Rails 2.1 application which uses data_fabric in the expected fashion.