docbrown/bin
Ernesto Tagwerker 9ea3a8c67d
Upgrade to Rails 6.0 (#7658)
* Add dual booting logic to Gemfile

This might be helpful for the Rails 6.0 upgrade project.

* Add more than one gemfile to Travis' configuration

We want to see how the application behaves with more than one Rails versions:

- Gemfile -> Rails 5.2
- Gemfile.next -> Rails 6.0

This will help us figure out what needs to be addressed before migrating to Rails 6.0.

If you want to read more about this technique (dual booting) you can check out this page: https://www.fastruby.io/blog/upgrade-rails/dual-boot/dual-boot-with-rails-6-0-beta.html

* Fix joins

* Upgrade Gemfile.next.lock

* Make sure we're installing the correct versions of gems

* Add Rails 6 notes

* Update rubocop in Gemfile.next.lock

* Fix organization spec

* Fix page_views_spec

* Add Rails 6 and run rails app:update

* Remove some tricks

* Remove Gemfile.next for now

* Fix .content_type deprecation

* Fix deprecation of .where.not NAND/NOR behavior

* Fix deprecation of parameterized emails

* Fix specs

* Remove next flag for now

* Fix spec (hopefully)

* Add wait_for_javascript

* Fix spec, thanks @maestromac!

* Try without wait for javascript hack

* Remove unnecessary bin/update

* Remove file that snuck in the rebase

* Update the vendored gems

* Replace migrate+db:setup with db:prepare

* Update vendored gems

* Fix Gemfile.lock and update vendored stuff

* Fix Gemfile.lock to be the same as master's minus the changes

Co-authored-by: rhymes <rhymesete@gmail.com>
2020-06-04 11:54:25 +02:00
..
_guard-core Code cleanups (#659) 2018-08-07 11:00:13 -04:00
bundle Run rails app:update for 5.2.4.2 (#6743) [deploy] 2020-03-23 10:38:20 -04:00
chromedriver-update Switch from chromedriver-helper to webdrivers (#2465) [ci skip] 2019-04-16 13:46:23 -04:00
container-setup Bugfix for #7663 and refactor of container setup (#7747) 2020-05-28 12:11:51 -05:00
guard Code cleanups (#659) 2018-08-07 11:00:13 -04:00
parallel_rspec Code cleanups (#659) 2018-08-07 11:00:13 -04:00
rails Upgrade Rails to 5.2.3 (#1408) 2019-04-03 13:08:59 -04:00
rake Upgrade Rails to 5.2.3 (#1408) 2019-04-03 13:08:59 -04:00
rspec Code cleanups (#659) 2018-08-07 11:00:13 -04:00
rspecov Code cleanups (#659) 2018-08-07 11:00:13 -04:00
rubocop Delayed Jobs Investigation (#929) 2018-10-17 17:03:20 -04:00
setup Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
spring Code cleanups (#659) 2018-08-07 11:00:13 -04:00
startup Correct startup script and docs (#5940) 2020-02-06 17:04:54 -05:00
webpack [deploy] Update webpacker configuration (#8004) 2020-05-25 12:03:18 -04:00
webpack-dev-server [deploy] Update webpacker configuration (#8004) 2020-05-25 12:03:18 -04:00
yarn Upgrade Rails to 5.2.3 (#1408) 2019-04-03 13:08:59 -04:00