docbrown/spec/requests/api/v0
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
..
analytics_spec.rb Pro: add referrers to dashboard and single article stats (#3295) 2019-06-25 13:58:09 -04:00
articles_spec.rb Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
comments_spec.rb Comments API: hide deleted and hidden comments (plus docs) (#6482) [deploy] 2020-03-07 09:02:10 +01:00
followers_spec.rb API: add docs for /followers/users and remove organizations endpoint (#6551) 2020-03-11 10:56:43 +01:00
follows_spec.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
health_checks_spec.rb Allow localhost or 127.0.0.1 to access api/health_checks without health-check-token (#8231) 2020-06-02 11:29:04 -04:00
listings_spec.rb Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
podcasts_episodes_spec.rb Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
tags_spec.rb Move onboarding tags from public to internal API (#6329) 2020-03-06 19:34:31 +01:00
users_spec.rb Move user following suggestions to internal API (#6601) [deploy] 2020-03-13 13:37:24 +01:00
videos_spec.rb Improve video controllers caching and retrieving (#5709) [deploy] 2020-01-27 15:51:12 -05:00
webhooks_spec.rb Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00