Commit Graph

14 Commits

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