Commit Graph

17 Commits

Author SHA1 Message Date
Ben Atkins b23453e39b 3f209b006d was wrong; 'activerecord-jdbc-adapter' gem needs to be limited for Ruby18 compatibility 2015-04-16 16:54:24 -04:00
Ben Atkins 3f209b006d Limit activerecord-jdbcpostgresql-adapter to Ruby18 compatible version to prevent test breakge on Travis 2015-04-16 14:58:40 -04:00
Ben Atkins f1d395bc84 Load RequestStore in Rails3 test ENV on Travis 2015-02-09 23:32:55 -05:00
Ben Atkins 4ac257048f Limit ffaker to v1.31.0 to maintain Ruby18 compatibility in test suite 2015-02-05 11:13:10 -05:00
Ben Atkins 93e885af19 ruby-pg 0.18 has dropped support for Ruby18 2015-01-07 15:14:10 -05:00
Ben Atkins 3268a7877e i18n >= 0.7 has no Ruby18 support 2014-12-24 15:16:57 -05:00
Ben Li 09c2cfdace fix for ruby 1.8.7 and a bug 2014-11-04 12:20:37 +11:00
Ben Li 622b6c8d48 update 3.0 gemfile 2014-11-03 16:51:37 +11:00
Ben Atkins 716c3e0fb5 Use RSpec 3 for testing; Update syntax in spec suite for RSpec 3 2014-10-09 15:04:17 -04:00
Ben Atkins 65eeaa279e Use DatabaseCleaner 1.2 for testing against Rails3 and lower to avoid compatibility erros between Ruby18 and DatabaseCleaner >= 1.3 2014-05-28 19:15:26 -04:00
Ben Atkins 8ae62c8b8e Fix test suite for ActiveRecord 3.x; assume primary key is INT if 'versions' table doesn't exist yet 2014-05-09 11:51:05 -04:00
Ben Atkins ffd7bc233a Use Rake v10.1 for development because v10.2 requires Ruby19 or higher 2014-03-25 15:41:25 -04:00
Russell Osborne 0e80cd8779 Adding Full Support to Test Against Multiple DB engines.
Accomplished by swapping out database.yml files for the dummy rails instance with en engine specific one.
2014-03-16 11:07:17 -04:00
Ben Atkins c0bf77991a Add 'generator_spec' gem to rails3 Gemfile for Travis; use :fast_finish option on Travis 2014-03-07 16:26:41 -05:00
Ben Atkins fdf85343a8 Removing ruby19 hash syntax from RSpec helper and specs to maintain Ruby18 compatibility. Changing the spec_helper to use the dummy app in the 'test' directory to avoid having two dummy apps. Adding 'rspec-rails' to the 3.0.gemfile so it can run the spec tests on Travis. 2013-08-27 17:35:36 -04:00
Ben Atkins 557b14d5fd Add support for Sinatra; decouple Rails. close #119 2013-08-13 17:15:31 -04:00
Ben Atkins 969f84a4ea Adjusting Travis CI config to cover ActiveRecord 3 and 4 and allow failures when appropriate, tweaked 3.0.gemfile so it can handle ruby18 and jruby 2013-08-01 14:59:58 -04:00