1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Joshua Clayton
8dc4d08aa3 Bump version to 4.4.0 2014-02-11 09:24:13 -05:00
Joshua Clayton
016048f637 Update factory_girl requirement to 4.4.0 2014-02-11 08:27:00 -05:00
Joshua Clayton
4a236a29e4 Bump version to 4.3.0 2013-11-03 23:01:59 -05:00
Joshua Clayton
6e1fe8c9f3 Update FG requirement to 4.3.0 2013-11-03 22:55:42 -05:00
Joshua Clayton
aa40389c7b Remove Rails 3 from appraised versions of Rails 2013-11-03 22:46:03 -05:00
Joshua Clayton
f4bd6ace48 Bump version to 4.2.1 2013-02-08 15:16:10 -05:00
Joshua Clayton
9d3df8ce94 Fix bug when configuring FactoryGirl and RSpec fixture dir
Closes #90, #88, #84
2013-02-05 09:19:40 -05:00
Matt Jankowski
7ce3ca02c6 Bump rails gem versions to latest for Appraisal 2013-01-29 16:39:31 -05:00
Joshua Clayton
37afef8b4f Bump version to 4.2.0 2013-01-25 17:24:15 -05:00
Joshua Clayton
f64f4ee724 WIP: Upgrade to 4.2.0
Currently one failure surrounding MiniTest
2013-01-25 17:08:21 -05:00
Matt Jankowski
a179d7f366 Newer versions of activerecord-jdbcsqlite3-adapter work without a specially named db driver in database.yml 2013-01-07 15:49:11 -05:00
Matt Jankowski
f68f1c234d Allow each Appraisal version gemfile to resolve the exact gem versions needed 2013-01-07 13:03:55 -05:00
Matt Jankowski
2aa0939884 Update rails gem versions in Appraisals to use latest stable releases: 3.2.10, 3.1.9, 3.0.18 2013-01-04 11:13:58 -05:00
Matt Jankowski
95eaa4af9a Improve the way we switch between project Gemfile and appraisal gemfiles
Previously, the railties required by the project gemspec was in conflict with
the rails versions being pulled in by Appraisal.

There were situations where a newer rails app was generated by `rails new...`
even though the Appraisal gemfiles/ value should have been setting it correctly.

We need to be able to use the versions of things specified in the appraisal gemfiles/
specify the version of rails for the initial generation of the applications,
but subsequently allow those applications to point to the `Gemfile` within
the newly generated rails apps, rather than wherever BUNDLE_GEMFILE was previously
set by Appraisal.
2012-12-19 14:46:21 -05:00
Matt Jankowski
742f38dc9e jruby needs a separate sqlite3 adapter 2012-12-13 16:41:16 -05:00
Matt Jankowski
e43f18ddcf Bump the rails 3.2.8 appraisal to 3.2.9 2012-12-13 12:13:38 -05:00
Matt Jankowski
0e417981e0 Regenerate gemfiles using newer Appraisal naming convention, point travis at correct files 2012-12-13 11:42:32 -05:00
Renamed from gemfiles/rails32.gemfile.lock (Browse further)