README.rdoc in db-charmer-1.6.6 vs README.rdoc in db-charmer-1.6.7
- old
+ new
@@ -133,9 +133,13 @@
in your single database (especially useful in test databases).
This behaviour is controlled by the <tt>DbCharmer.connections_should_exist</tt>
configuration attribute which could be set from a rails initializer.
+Warning: if in test environment you use separate connections and master-slave support
+in DbCharmer, make sure you disable transactional fixtures support in Rails. Without
+this change you're going to see all kinds of weird data visibility problems in your tests.
+
== Using Models in Master-Slave Environments
Master-slave replication is the most popular scale-out technique in a medium-sized and
large database-centric applications today. There are some rails plugins out there that help