Skip to content

Conversation

@rdnewmanbot
Copy link

  • Update to Ruby 3.4
  • Updated to Rails 8.0.3 (via Rails 7.1 and 7.2)
  • Added simplecov support for RSpec
  • Modernized RSpec configuration *_helpers

This should help ensure project can continue to work with most recent Heroku and Postgres versions.

# Show full error reports.
config.consider_all_requests_local = true

config.hosts << ENV["NGROK_DOMAIN"] unless ENV["NGROK_DOMAIN"].blank?
Copy link
Author

@rdnewmanbot rdnewmanbot Oct 22, 2025

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)

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

Copy link

@brian-penguin brian-penguin left a 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?

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

@rdnewmanbot rdnewmanbot merged commit ad60fa5 into main Oct 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants