improving DataMapper adapter and specs

This commit is contained in:
Ryan Bates
2011-01-05 13:22:06 -08:00
parent cef6c21232
commit 15ca8ade3b
5 changed files with 102 additions and 43 deletions
+2
View File
@@ -7,6 +7,8 @@ when nil, "active_record"
gem "with_model"
when "data_mapper"
gem "dm-core", "~> 1.0.2"
gem "dm-sqlite-adapter", "~> 1.0.2"
gem "dm-migrations", "~> 1.0.2"
when "mongoid"
gem "bson_ext", "~> 1.1"
gem "mongoid", "~> 2.0.0.beta.19"