Commit Graph

31 Commits

Author SHA1 Message Date
Daniel Colson 831dcef717 Test against Rails 6.0.0 2019-08-19 12:51:08 -04:00
Oliver Peate 9e104a6d35 Appraise ActiveRecord 6.0.0.rc2
https://weblog.rubyonrails.org/2019/7/30/Rails-6-0-rc2-released/
2019-08-02 19:53:53 +01:00
Daniel Colson 197947fc73 Test against latest versions of Rails 2019-04-25 00:31:27 -04:00
Daniel Colson b937ef4dd2 Test against activerecord 6.0 2019-01-30 21:31:39 -05:00
Susan Wright c22c9ab052 Rubocop: Fix Style/StringLiterals Offenses (#1216) 2018-10-07 21:45:51 -04:00
Joshua Clayton 9c37d0f796 WIP for 5.0: Don't test against old versions of Ruby and Rails 2018-09-08 01:49:42 +00:00
Daniel Colson 3256842209
Test with Rails 5.2 (#1146)
* Appraise with Rails 5.2
* Drop specific tiny versions for Ruby

This will reduce churn on this file as we try to keep up to date with
TEENY Ruby releases.

Travis installs Ruby via rvm with the --fuzzy flag. They also keep up to
date with the latest releases, so --fuzzy will likely always give us the
latest TEENY release.
2018-06-17 09:08:17 -04:00
Brian Hawley 82b81a9cd8 Update Ruby and Rails versions tested (#1088)
Add Ruby 2.4.2 and Rails 5.1, and update Ruby 2.2 and 2.3 patches.
2018-02-01 09:37:48 -05:00
Joshua Clayton 95098f75b8
Appraise against Rails 5.0 2016-07-01 09:05:46 -04:00
Joshua Clayton d5a3dddb46 Appraise against Rails 5.0.0.beta
Why?

With Rails' upcoming release, test against the latest beta of Rails 5.
2016-02-05 20:38:29 -05:00
Joshua Clayton 6c8c4b1d00 Update Appraisal to latest versions of ActiveRecord 2016-02-05 12:22:29 -05:00
Joshua Clayton 3064f4a4ac Test against Rails 4.2
* Update callbacks spec so column types reflect assignment

  Rails 4.2 introduces type coercion on attribute assignment instead of it
  occurring after persisting the record.
2015-04-15 22:51:26 -04:00
Joshua Clayton 948238f71a Support Ruby 2.2
* Remove Rails 3.1 support
* Bump Rails 3.2 to stable
2015-04-15 21:43:42 -04:00
Joshua Clayton 7dca22b692 Test against Rails 4.1 2014-05-30 12:34:10 -04:00
Joshua Clayton 13da5014a5 Update versions of Rails for Appraisal 2013-11-02 12:59:33 -04:00
Joshua Clayton 59fb802b40 Remove support for Rails 3.0 2013-11-02 01:25:19 -04:00
Derek Prior c39d1a9e57 Update appraisals
* Use the release version of Rails 4.0 instead of master
* Update .lock files to use relative path so they don't keep changing
  per developer.
2013-07-05 16:29:00 -04:00
Joshua Clayton fb3e6ccf87 Bump versions of ActiveRecord in Appraisal and fix default task 2013-06-14 15:07:53 -04:00
Matt Jankowski 4b1e0216d8 Bump rails gem versions to latest for Appraisal 2013-01-29 16:39:27 -05:00
Joshua Clayton d417d3b5bd Test against activerecord 4.0.0.beta 2013-01-18 15:06:20 -05:00
Joshua Clayton 253b6f080b Bump gem version requirements for ActiveRecord 2013-01-18 14:35:12 -05:00
Matt Jankowski 8e5a2907b9 Update rails gem versions in Appraisals to use latest stable releases: 3.2.10, 3.1.9, 3.0.18 2013-01-04 10:28:00 -05:00
Joshua Clayton 1ce5e8216e Update versions of ActiveRecord required by Appraisal 2012-11-02 17:00:15 -04:00
Joshua Clayton ff0e6fb6c0 Fix Appraisal dependencies and get suite green
The twiddle-wakka specifying only major and minor (not tiny) versions
will grab latest minor, which ended up being 3.2 for all versions of
Rails supported. This ensures that when we report supporting Rails 3.0,
3.1, and 3.2, we actually test against those versions.

It also backports ActiveSupport::Notifications.subscribed, which was
added in 3.2.

Closes #367
2012-05-03 00:36:58 -04:00
Joshua Clayton cfaa00c980 Remove Rails 2 support 2012-03-16 16:21:26 -04:00
Joshua Clayton c103ca1a6d Set minimum version required for activesupport 2012-02-03 22:18:51 -05:00
Joshua Clayton 5555f14db7 Update appraisal to test against Rails 3.2 2012-01-20 14:02:10 -05:00
Joshua Clayton 32ff41ffbe Test against ActiveRecord 3.2.0.rc2 and fix bad test 2012-01-13 12:02:08 -05:00
Joshua Clayton 0529a879d9 Update gemspec to reflect proper dependencies and add Rails 3.1 coverage 2011-09-02 11:03:58 -04:00
Joshua Clayton 5147f8b2f2 Update gem dependencies and allow for testing on 1.9.2 2011-06-27 14:56:14 -04:00
Joe Ferris 6b0b3ce748 Use appraisal for testing across ActiveRecord versions 2010-11-11 15:23:15 -06:00