-
Notifications
You must be signed in to change notification settings - Fork 1
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 to Rails 6 #414
Comments
PROBLEMAfter upgrading to Rails 6, the following error is encountered when attempting to select an existing plan within the web app: Within
Within
SOLUTIONThe following upstream commit addresses this same error when upgrading Rails: DMPRoadmap@e540504. Applying it to our codebase fixed the error. |
PROBLEMWhen running rspec tests, many tests fail with the following message:
Testing with byebug:
This error can be replicated within the app. The user must be an Org Admin, then they must click SOLUTIONThe following upstream commit addresses this same error: DMPRoadmap@1eec4f5. Applying it to our codebase fixed the error. |
PROBLEM
SOLUTIONThe following upstream commit edited |
PROBLEMThe following warnings appear when executing
SOLUTION
|
PROBLEMIn addition to upgrading Gemfile to Rails 6.1, IDEAS
OBSERVATIONS
SOLUTION
|
In order to complete #416, we must upgrade to Rails 6.
Anything noteworthy pertaining to this upgrade will be documented within the comments of this issue.
The text was updated successfully, but these errors were encountered: