-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to Rails 8.0.3 #13
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
Conversation
| # Show full error reports. | ||
| config.consider_all_requests_local = true | ||
|
|
||
| config.hosts << ENV["NGROK_DOMAIN"] unless ENV["NGROK_DOMAIN"].blank? |
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 left this as it was, but not sure if we still use ngrok (or if left over from double-up)
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 think this is for providing a url to slack to test out the integration. I've never used it but it's probably useful
brian-penguin
left a comment
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.
Seems good to me!
| # Show full error reports. | ||
| config.consider_all_requests_local = true | ||
|
|
||
| config.hosts << ENV["NGROK_DOMAIN"] unless ENV["NGROK_DOMAIN"].blank? |
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 think this is for providing a url to slack to test out the integration. I've never used it but it's probably useful
simplecovsupport for RSpec_helpersThis should help ensure project can continue to work with most recent Heroku and Postgres versions.