Commit graph

16 commits

Author SHA1 Message Date
Ben Mabey
9fa407b12d WIP - adds DB config and rake tasks so test DBs can be created easily
I had to bump ActiveRecord to get the "standalone_migrations" rake tasks
to work.  The task "rake db:create:all" works but the AR upgrade is
causing errors in some of the other parts of the spec suite.

I'll need to get these errors resolved before moving forward. #127
2012-08-04 19:05:26 -06:00
stanislaw
ee08c30de7 upgrade to RSpec2 2012-07-08 21:38:56 -06:00
Corin Langosch
29d70b79eb added basic specs 2011-03-30 10:27:03 +02:00
Ben Mabey
f13b4899c4 removes ibm_db gem as a dependency since it requires gem devs to have DB2 installed 2011-02-04 09:14:41 -07:00
Samer Abukhait
ef585d70d1 Support table truncation in DB2 (>= 9.7) 2011-02-04 09:11:25 -07:00
Ben Mabey
19ed429bf8 adds rspactor for dev 2010-08-23 15:01:27 -06:00
Jon Rowe
7ea457d7d3 Update gems 2010-08-08 18:59:44 +01:00
Jon Rowe
5436331115 Gem update and rcov 2010-08-08 17:20:07 +01:00
Jon Rowe
8dcbb697b1 finish merge, all specs, all features pass 2010-06-15 15:24:50 +01:00
Jon Rowe
6250a1e7a7 Tweaked gem config for running mongoid and mongomapper with bundler... remove git repo when jnunemaker releases mongoapper v0.7.7 2010-06-11 00:17:56 +01:00
Ben Mabey
6e554cb2d7 Merge commit '253247bd0813dc39c9c493a80119a6403f13ee2d' into multi_orms_connections
Conflicts:
	VERSION.yml
	features/step_definitions/database_cleaner_steps.rb
	lib/database_cleaner/configuration.rb
	spec/database_cleaner/active_record/transaction_spec.rb
	spec/database_cleaner/configuration_spec.rb
	spec/database_cleaner/mongo_mapper/truncation_spec.rb

 This is merge is not yet complete.  The Mongoid strategy/specs is not completely updated
 to the new structure of the project.  Additionaly, I see quite a bit of
 duplication between Mongoid and MongoMapper.  Since they both rely on
 the same underlying mongo lib I am thinking of just having a single
 Mongo strategy.  How the default connection is inferred can use
 autodetect magic of MongoMapper and Mongoid. (Meaning, for the
     Truncation strategy the #connection method would get the connection
     from either MongoMapper or Mongoid depending on what is defined...
     or it could use what was set by the user.)
2010-06-06 15:28:22 -06:00
Jon Rowe
f16e6ff09b make some changes to gems, fixes the broken features... 2010-05-31 15:17:08 +01:00
Jon Rowe
0ea001008a move datamapper stuff back to its rightful place, fiddle with the gemfile slightly 2010-05-31 14:57:52 +01:00
Ben Mabey
0bcd3efcd0 updates bundler and adds needed symlinks to make features run w/bundler 2010-05-30 22:37:23 -06:00
Ben Mabey
22bc096078 adds bson_ext as bundler dev dep 2010-05-30 21:51:22 -06:00
Ben Mabey
ed47f08c6a adds bundler support
Conflicts:

	.gitignore
	spec/spec_helper.rb
2010-05-30 21:18:57 -06:00