Anson Hoyt
Anson Hoyt
This does seem like a good default. I've started including this exception in my apps' `config/initializers/exception_notification.rb` initializer: ```diff # Ignore additional exception types. # ActiveRecord::RecordNotFound, AbstractController::ActionNotFound and ActionController::RoutingError # are...
Are you still having this issue? I ran into something similar, and just had to explicitly specify the right encoding (ASCII_8BIT) in my test case. Otherwise they were UTF-8, which...
This looks likely to solve "A May of WTFs" suggestion: https://discuss.rubyonrails.org/t/define-host-so-absolute-urls-work-in-development-and-test/75085. Linking to help connect to folks who might be interested in helping out.
@krebbl did you solve this? Did the patch work for you? Curious as I'm investigating frequently hanging specs with `7.1.0.beta1` (which would have the patch) and *similar* backtraces. I can...
Thanks for the update! 🙏 I narrowed mine down to a set of 3 specs, and was able to avoid it by wrapping the triggering spec with ActiveJob::TestHelper's `perform_enqueued_jobs`. I...
Works for me with Ruby 3.3.0 and Rails 7.1.
Can confirm it's working with Ruby 3.3.0 (and Rails 7.1) after `gem install mailcatcher --pre`. Happy to have this nice tool working again, just in time to develop some new...
I had the same issue trying this dashboard on a fresh Prometheus install. After reading here, I realized Prometheus just needed to start scraping Alert Manager metrics. Now it works!...
@rosa did you mean to close with reason `not-planned`? While I was excited for a minute, I don't see commits showing a change to what you'd said above: this is...
@TangMonk I doubt this is a bug with this gem, so can this be closed? I agree`@import "bootstrap"` should work, but I might be able to help... You haven't given...