mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #112 from mltsy/master
Added docs about dm-transactions dependency
This commit is contained in:
commit
205331686d
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ with any ORM library. You can also explicitly use it by setting your strategy to
|
|||
|
||||
For support or to discuss development please use the "Google Group":http://groups.google.com/group/database_cleaner.
|
||||
|
||||
h2. Dependencies
|
||||
|
||||
Because database_cleaner supports multiple ORMs, it doesn't make sense to include all the dependencies
|
||||
for each one in the gemspec. However, the DataMapper adapter does depend on dm-transactions. Therefore,
|
||||
if you use DataMapper, you must include dm-transactions in your Gemfile/bundle/gemset manually.
|
||||
|
||||
h2. How to use
|
||||
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue