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

20 commits

Author SHA1 Message Date
Salimane Adjao Moustapha
d8c9b2886a Add Ruby 2.1.0 to .travis.yml 2014-02-09 10:40:48 -05:00
Joshua Clayton
7a73cade7b Add Ruby 2.0.0 to list of versions to test on Travis 2013-11-02 13:00:19 -04:00
Joshua Clayton
b5272bd66a Ensure FG is tested against Rails 4 on Travis 2013-11-02 11:04:23 -04:00
Joshua Clayton
a102110a45 Don't test on Ruby 1.9.2 2013-11-02 11:03:26 -04:00
Joshua Clayton
a144d94696 Remove tests for Rails 3 2013-11-02 11:02:59 -04:00
Joshua Clayton
76d6534214 Force 'bundle install' when installing 2013-10-08 13:03:30 -04:00
Oleksandr Petrov
d48b7601c2 Adding JRuby support to FactoryGirl
JRuby are affected by inconsistent behavior of overriding
  #respond_to? that is causing an unconditional call to
  #respond_to_missing.

  Current change does not affect MRI users in any way,
  JRuby-specific things are wrapped into the RUBY_PLATFORM
  check.

  Adding docs, modifying gemspec and travis.yml to make factory_girl to pass on Travis.

  Wire up tests
2012-07-27 10:45:36 -04:00
Joshua Clayton
400c9f193f Remove 1.8.x support 2012-03-16 16:43:21 -04:00
Joshua Clayton
cfaa00c980 Remove Rails 2 support 2012-03-16 16:21:26 -04:00
Joshua Clayton
daec7e35f8 Remove Rails 2.1 from Travis 2012-02-10 17:45:32 -05:00
Michael Klishin
850116da11 Update rubygems on travis-ci.org before running dependency installation
REE will fail to install Rails 3.2 gems w/o rubygems update.
2012-01-29 19:56:37 +04:00
Joshua Clayton
2e2d4903e2 Travis runs the 3.2 Gemfile 2012-01-13 14:23:33 -05:00
Joshua Clayton
b734b589f8 Update travis.yml to run against latest versions of Ruby instead of specifying patchlevel 2012-01-07 22:33:25 -05:00
Joe Ferris
861e70e28d Only build master in travis 2011-09-12 15:58:03 -04: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
5e501e83a5 Latest stable of each ruby 2011-08-17 17:22:07 -04:00
Joshua Clayton
17d47bd40b Travis-CI tests against sane versions of Ruby 2011-08-17 15:46:26 -04:00
Nick Quaranto
bfe1271f66 Bring back travis and try their gemfile option 2011-07-29 18:21:03 -04:00
Nick Quaranto
e99bd739b3 Revert "Add travis config and build status link" until travis can support appraisal
This reverts commit 2434d66abc.
2011-07-29 18:18:20 -04:00
Nick Quaranto
2434d66abc Add travis config and build status link 2011-07-29 18:07:12 -04:00