docbrown/spec/system
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
..
admin Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
articles Stub pro? on user instead of using real role (#8235) 2020-06-02 10:42:18 -05:00
authentication [deploy] Authentication refactoring: cleanups (#7576) 2020-04-29 10:33:30 -04:00
comments Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
dashboards [deploy] Rename positive_reactions_count to public_reactions_count in logic (#7926) 2020-05-26 12:36:28 -04:00
homepage Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
internal Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
notifications Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
organization Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
podcasts Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
search [deploy] Apply HTML encoder to FeedContent's query (#7985) 2020-05-25 13:06:35 -04:00
user Routine rubocop fixes (#8137) 2020-05-29 11:56:52 +02:00
videos Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
banned_user_interactions_spec.rb Replace ban/banned with suspend/suspended in user facing text (#5816) [deploy] 2020-02-10 10:12:53 -05:00
link_for_tags_in_posts_in_notifications_spec.rb Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
user_selects_looking_for_work_spec.rb Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
user_uses_the_editor_spec.rb [deploy] Change text in failing PUBLISH test (#8162) 2020-05-29 13:48:30 -04:00
user_views_a_reading_list_spec.rb Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00
user_visits_a_comments_page_spec.rb Add Percy 🦔 (#7783) [deploy] 2020-05-18 11:35:53 -07:00