From 44a304e573effb50de9cc699738d7cf3d82c2606 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 8 Aug 2010 19:37:16 +0100 Subject: [PATCH] change some formatting maybe? --- README.textile | 61 +++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/README.textile b/README.textile index b90a564..2596873 100644 --- a/README.textile +++ b/README.textile @@ -92,37 +92,38 @@ Sometimes you need to use multiple ORMs in your application. You can use Databas Usage beyond that remains the same with DatabaseCleaner.start calling any setup on the different configured connections, and DatabaseCleaner.clean executing afterwards. Configuration options + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ORMHow to accessNotes
Active RecordDatabaseCleaner[:active_record]Connection specified as :symbol keys, loaded from config/database.yml
Data MapperDatabaseCleaner[:data_mapper]Connection specified as :symbol keys, loaded via Datamapper repositories
Mongo MapperDatabaseCleaner[:mongo_mapper]Multiple connections not yet supported
MongoidDatabaseCleaner[:mongoid]Multiple connections not yet supported
Couch PotatoDatabaseCleaner[:couch_potato]Multiple connections not yet supported
ORMHow to accessNotes
Active RecordDatabaseCleaner[:active_record]Connection specified as :symbol keys, loaded from config/database.yml
Data MapperDatabaseCleaner[:data_mapper]Connection specified as :symbol keys, loaded via Datamapper repositories
Mongo MapperDatabaseCleaner[:mongo_mapper]Multiple connections not yet supported
MongoidDatabaseCleaner[:mongoid]Multiple connections not yet supported
Couch PotatoDatabaseCleaner[:couch_potato]Multiple connections not yet supported
h2. Why?