Yasuo Honda
f1da3aa430
Add active_storage, action_mailer bootsnap and sass-rails gems
...
To address these errors:
* Address undefined method `active_storage'
https://travis-ci.org/yahonda/factory_bot_rails/jobs/567544663#L802
```
+/home/travis/.rvm/gems/ruby-2.4.6/gems/railties-5.2.3/lib/rails/railtie/configuration.rb:97:in `method_missing': undefined method `active_storage' for #<Rails::Application::Configuration:0x000000000417d758> (NoMethodError)
```
* Address undefined_method `action_mailer'
https://travis-ci.org/thoughtbot/factory_bot_rails/jobs/548726224#L1657
```ruby
+/home/travis/.rvm/gems/ruby-2.4.6/gems/railties-5.0.7.2/lib/rails/railtie/configuration.rb:95:in `method_missing': undefined method `action_mailer' for #<Rails::Application::Configuration:0x0000000002807418> (NoMethodError)
```
* Address `undefined method `assets'`
https://travis-ci.org/yahonda/factory_bot_rails/jobs/567544663
```
+/home/travis/.rvm/gems/ruby-2.6.3/gems/railties-5.0.7.2/lib/rails/railtie/configuration.rb:95:in `method_missing': undefined method `assets' for #<Rails::Application::Configuration:0x000000000337e5f8>
+Did you mean? asset_host (NoMethodError)
```
* Address `can not load such file -- bootsnap/setup (LoadError)`
https://travis-ci.org/thoughtbot/factory_bot_rails/jobs/548726226#L1703
```ruby
+/home/travis/build/thoughtbot/factory_bot_rails/tmp/aruba/testapp/config/boot.rb:4:in `require': cannot load such file -- bootsnap/setup (LoadError)
```
Note: this commit does not address `Bundler could not find compatible versions for gem "bundler":` for Rails 4.2
2019-08-18 21:08:12 -04:00
Daniel Colson
34982c03f1
Test against latest versions of Rails
2019-04-25 08:54:46 -04:00
Daniel Colson
ba7f5ef327
Update Appraisals
...
Get rid of the deprecated appraisal rake tasks in favor of running
appraisal directly. To run the whole suite, we can run
`bundle exec appraisal rake`.
I also went ahead and updated all the gemfiles.
2018-10-31 16:22:15 -04:00
Daniel Colson
c9fc696325
Test against Rails 5.1 and 5.2 ( #278 )
...
- Add Rails 5.1 and 5.2 to Appraisal
- Avoid running combinations we know are going to fail by moving to
"exclude" instead of "allow_failures"
- Use updated migration class for Rails 5.1+
2018-06-22 13:33:59 -04:00
Oli Peate
a40e22c36f
Bump version to v4.10.0
2018-05-25 15:51:05 +01:00
Avielle Wolfe
c5d11518d7
Rename all girl -> bot
...
* Rename files and code
* Change factory_girl dependency to factory_bot
This change will bring _rails name in line with factory_bot
c716ce01b4
2017-10-20 18:21:52 -04:00
Joshua Clayton
ec478f1edc
Appraise against Rails 5.0
2016-07-01 09:04:50 -04:00
Joshua Clayton
d4d43e5af9
Bump appraised version of Rails 5
2016-05-17 10:32:41 -04:00
Joshua Clayton
1a694997c0
Appraise against Rails 5.0.0.beta3
2016-04-07 17:53:06 -04:00