Exception Details
- Class
ActiveRecord::RecordNotFound- Location
app/controllers/comments_controller.rb#destroy- Message
- Couldn't find Comment with 'id'=8823
- Status
- Open
- First Seen
- Sep 15, 2026 5:33 AM
- Last Seen
- Sep 24, 2026 6:00 AM
- Total Seen
- 3
- Stored Occurrences
- 3
- Preserve
- No
Most Recent Backtrace
-
./comments_controller.rb:8in destroy
Occurrences
| Occurred At | URL | Method | Environment |
|---|---|---|---|
| Sep 24, 2026 6:00 AM | /comments/3210 | DELETE | production |
| Sep 19, 2026 9:25 PM | /comments/7261 | DELETE | production |
| Sep 15, 2026 5:49 AM | /comments/1818 | DELETE | production |
Total of 3 record(s).
Page 1 of 1
Raw Data
# Exception: ActiveRecord::RecordNotFound
## Summary
- Class: ActiveRecord::RecordNotFound
- Message: Couldn't find Comment with 'id'=4411
- Location: app/controllers/comments_controller.rb#destroy
- Status: open
- Preserved from cleanup: no
- Fingerprint: d7d56cf6677a92362766fb26a3555236579ed6ed85629db6d109af9888fd94e0
## Frequency
- First seen: 2026-09-15 05:33:05 UTC
- Last seen: 2026-09-24 06:00:18 UTC
- Total occurrences (lifetime): 3
- Stored occurrences: 3 (older rows may have been pruned by retention)
- Last 24 hours: 1
- Preceding 7 days: 1
## Deploys
- Deploy SHAs seen: i7j8k9l, a1b2c3d, e4f5g6h
- Earliest stored occurrence deployed at: i7j8k9l
## Request context
- Environments: production
- Endpoints:
- DELETE /comments/1818
- DELETE /comments/7261
- DELETE /comments/3210
## Request params (filtered)
```json
{
"controller": "comments",
"action": "destroy",
"id": "3210"
}
```
## Backtrace (occurrence at 2026-09-24 06:00:18 UTC)
```
1. [gem] comments_controller.rb:8:in `destroy'
2. [gem] application_controller.rb:8:in `call'
```