-
Notifications
You must be signed in to change notification settings - Fork 66
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
Update rails 7.2.2 -> 8.0.0 #19853
base: master
Are you sure you want to change the base?
Update rails 7.2.2 -> 8.0.0 #19853
Conversation
@@ -21,6 +21,6 @@ | |||
it 'does not instantiatiate on UploadSubmission' do | |||
upload_model = VBADocuments::UploadSubmission.new | |||
upload_model.save! | |||
expect { VBADocuments::UploadFile.find_by(guid: upload_model.guid) }.to raise_error(ActiveRecord::StatementInvalid) | |||
expect { VBADocuments::UploadFile.find_by(guid: upload_model.guid) }.to raise_error(TypeError) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot find the exact change, but in previous versions it seems that errors raised during activerecord execution were raised as ActiveRecord::StatementInvalid
. Now it seems that it raises the error explicitly raised in the code
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
873070a
to
d5f0325
Compare
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: config/initializers/new_framework_defaults_7_0.rb |
WIP
Summary
Related issue(s)
Testing done