Commit graph

25 commits

Author SHA1 Message Date
James Conroy-Finn
b70f09a3ed Add Redis & Ohm support
This contains the work of @hbpoison, updated to work with the current
version of DatabaseCleaner.

https://github.com/bmabey/database_cleaner/pull/87/files
2013-05-11 14:21:43 +01:00
sanemat
49cfb1ac46 Update activerecord to 3.2.11 2013-01-09 22:42:43 +09:00
sanemat
c493bd89fa use activerecord 3.2.6 2013-01-09 22:42:10 +09:00
sanemat
02a7fee8d4 Update mysql gem, and set upper limit
Avoiding LoadError:
Please install the mysql adapter: `gem install
activerecord-mysql-adapter` (can't activate mysql (~> 2.8.1), already
activated mysql-2.9.0. Make sure all dependencies are added to Gemfile.)
2013-01-09 22:37:49 +09:00
sanemat
8626b2d604 Remove datamapper specific version 1.0.0
For Ruby2.0.0-rc1
cannot load such file -- iconv (LoadError)
2013-01-09 03:50:49 +09:00
Jan Vlnas
f7e834d5e9 Remove obsolete gems 2012-12-04 11:05:54 +01:00
Ben Mabey
6d0afa765d adds guard for specs 2012-08-04 19:05:27 -06:00
Ben Mabey
4b5e1f2f0e removes standalone_migrations, lazily creating DBs in tests 2012-08-04 19:05:27 -06:00
stanislaw
64e77d0bfa require abstract_mysql_adapter if it exists 2012-08-04 19:05:26 -06:00
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