Commit Graph

23 Commits

Author SHA1 Message Date
Keenan Brock 97cdc5df13 remove coveralls
getting some errors with coveralls

not really paying attention to these metrics. removing this to simplify the gem dependencies
2021-05-26 03:30:00 -04:00
Keenan Brock 54e7d64abc set default testing case to rails 6 2021-04-16 13:38:23 -04:00
d-m-u 890b9e1105 update to 5.2.4.5 2021-04-10 08:18:30 -04:00
Keenan Brock 95dcbe93c0 Simplify gem files - us ENV for db 2019-06-10 15:35:53 -04:00
Keenan Brock bc03e3d642 dropped ruby 1.9.3 and rails 3.2
version 3.0.2 will still support older versions of AR
version 4+ will be more recent versions of active record and ruby.

- Changed Gemfile to not have conditional dependency for ruby < 2.0
- Using latest pg driver (except ar 4.2)
- Dropped support for mysql driver (using mysql2 instead)

As for the community as a whole:

Only rails 5.2 is supported
with severe security fixes to 5.2, 5.1, 5.0, 4.2
Only ruby 2.4 and higher are supported
with severe security fixes to 2.3

----

trouble installing mysql driver on ruby 2.4.2 finally broke the
camel's back - Dropped active record 3.2
2018-08-24 13:12:53 -04:00
Keenan Brock 8111e0868a update AR version in default Gemfile 2018-04-17 10:36:50 -04:00
Keenan Brock 45b5687725 update appraisals to match .travis.yml
upgrade ruby test versions and rails versions

conditionally compile JSON for ruby 2.4 compatibility
2018-04-16 19:42:18 -04:00
Keenan Brock 55a6a195c9 ruby 1.9.3 support 2016-10-07 17:01:13 -04:00
Keenan Brock c722da1e9f Add newer versions of ruby to travis 2015-12-14 15:42:22 -05:00
Stefan Kroes 46449bce3e Fix build by removing debugger 2014-07-17 08:36:36 +02:00
Stefan Henzen cd36b141bc Fix environment so simplecov will not abort test suite before it is run
Requiring coveralls and thus simplecov after test/unit was causing the
test run to be aborted by simplecov's at_exit before it was run by
test/unit's at_exit.

Also:
- Added some requirements to Gemfile so that 'rake test' works by
itself (without appraisal).
- Added filter to coverage report to exclude test files.
2014-03-27 11:48:53 +01:00
Victor Sokolov fd85a88328 Fixed acts_as_tree for closure_tree compability 2014-01-16 16:38:38 +04:00
Stefan Kroes 76d6691fd1 Added coveralls and tried to fix Travis Build by changing log config 2013-12-12 11:37:20 +01:00
Stefan Kroes f56233c6b3 Another attempt to fix Travis Build 2013-12-12 09:44:24 +01:00
Stefan Kroes 32f1d7c1b8 Attempt to fix Travis Build 2013-12-12 09:40:26 +01:00
Stefan Kroes 58d5c505ef Added Gemfile.lock and downgraded appraisals 2013-12-11 17:12:36 +01:00
Stefan Kroes 5f373b59cc Refactored test suite to use appraisals and live in multiple test files 2013-12-11 16:15:20 +01:00
Roel van der Hoorn 1fb1c1d5d0 Use https instead of http when connecting to rubygems.org. 2013-10-24 17:08:19 +02:00
Stefan Henzen 3230fe1b7c Added several gemfiles to test against multiple versions of activerecord
Updated test environment to use bundler
Updated README
2013-04-03 22:40:27 +02:00
Stefan Henzen 522d663670 Replaced valid? in before_save callback with simpler sanity check
Minor refactors
2012-06-27 15:14:52 +02:00
Stefan Henzen 8850dcaf66 Applied [82f6a33] Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0
Dropped support for primary_key_format
Added rake task test_all
Bumped version to 2.0.0
Bumped activerecord dependency to >= 3.0.0
Fixed tests for 3.0.0
2012-06-27 11:57:21 +02:00
Gerjan Stokkink 91bc017192 Revert "Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0", as it is an incomplete commit. Rails 3-specific code has been moved to the rails3 branch.
This reverts commit b5fd912e58.
2012-05-04 10:10:42 +02:00
Stefan Kroes b5fd912e58 Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0 2012-03-27 15:36:34 +02:00