Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Rails 6.0 to Rails 6.1 #374

Closed
wants to merge 35 commits into from
Closed

Upgrade from Rails 6.0 to Rails 6.1 #374

wants to merge 35 commits into from

Commits on May 12, 2021

  1. Bump ruby to 2.7.1

    tobyprivett committed May 12, 2021
    Configuration menu
    Copy the full SHA
    9040cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0feae76 View commit details
    Browse the repository at this point in the history
  3. Bump to rails 5.2.5

    tobyprivett committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5aa4896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714c222 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    204be6c View commit details
    Browse the repository at this point in the history
  6. Run: rails app update

    tobyprivett committed May 12, 2021
    Configuration menu
    Copy the full SHA
    dd36153 View commit details
    Browse the repository at this point in the history
  7. Update database schema

    tobyprivett committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7db0fa1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c83da59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fb4b5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5875abe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22f0ad0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3d39a6 View commit details
    Browse the repository at this point in the history
  13. Workaround finite_machine

    tobyprivett committed May 12, 2021
    Configuration menu
    Copy the full SHA
    9d2fbbf View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Bump reform gem

    - The previous version broke a lot of tests.
    tobyprivett committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f8336a7 View commit details
    Browse the repository at this point in the history
  2. Add gem "rails-controller-testing"

    - Controller testing has been removed from Rails 5
    tobyprivett committed May 13, 2021
    Configuration menu
    Copy the full SHA
    00e8abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6816880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8165e7f View commit details
    Browse the repository at this point in the history
  5. Prefer uppercase ENV

    - Not sure why `env` would have worked with Rails 4, but it fails now
    tobyprivett committed May 13, 2021
    Configuration menu
    Copy the full SHA
    84c5716 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0d165b View commit details
    Browse the repository at this point in the history
  7. Fix duplicate index declarations

    - The migrations are failing because theses indexes already
    
    - A change in Rails 5 was to create a `reference` field with an index
    tobyprivett committed May 13, 2021
    Configuration menu
    Copy the full SHA
    63da3fd View commit details
    Browse the repository at this point in the history
  8. Bump to Rails 6.1

    tobyprivett committed May 13, 2021
    Configuration menu
    Copy the full SHA
    9257e6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b90a016 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23d1126 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    c1e5a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26bf52a View commit details
    Browse the repository at this point in the history
  3. Fix rubocop name warning

    tobyprivett committed May 14, 2021
    Configuration menu
    Copy the full SHA
    850ded8 View commit details
    Browse the repository at this point in the history
  4. Further gem bumps

    tobyprivett committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f081ee3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    601c1fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2beba0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d53000c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b68124 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d87b41f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb7afa4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a94034 View commit details
    Browse the repository at this point in the history
  12. Fixnum has become Integer

    tobyprivett committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f5d5d82 View commit details
    Browse the repository at this point in the history