fractaledmind / solid_errors

database-backed, app-internal exception tracker for Rails applications
MIT License
332 stars 17 forks source link

Fix mailer #26

Closed dorianmariecom closed 9 months ago

dorianmariecom commented 9 months ago

It was missing an occurence_counter local variable

dorianmariecom commented 9 months ago

Fixes #22

fractaledmind commented 9 months ago

Thank you for this PR, but I prefer the fix in #28. I shouldn't have relied so implicitly on the behavior of render when passed a collection, and the semantics used are a bit confusing. I like clearing up the semantics and providing a default.