1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
Commit graph

8 commits

Author SHA1 Message Date
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