Exception Details
- Class
ActiveRecord::RecordNotFound- Location
app/controllers/posts_controller.rb#show- Message
- Couldn't find Post with 'id'=9001
- Status
- Open
- First Seen
- Sep 16, 2026 5:31 AM
- Last Seen
- Sep 24, 2026 6:00 AM
- Total Seen
- 10
- Stored Occurrences
- 10
- Preserve
- No
Most Recent Backtrace
-
./posts_controller.rb:12in show
Occurrences
| Occurred At | URL | Method | Environment |
|---|---|---|---|
| Sep 24, 2026 6:00 AM | /posts/510 | GET | production |
| Sep 24, 2026 6:00 AM | /posts/1528 | GET | production |
| Sep 24, 2026 6:00 AM | /posts/2456 | GET | production |
| Sep 24, 2026 6:00 AM | /posts/2738 | GET | production |
| Sep 23, 2026 5:48 AM | /posts/5779 | GET | production |
| Sep 21, 2026 7:37 PM | /posts/1610 | GET | production |
| Sep 20, 2026 10:22 AM | /posts/9425 | GET | production |
| Sep 19, 2026 12:31 AM | /posts/9655 | GET | production |
| Sep 17, 2026 3:50 PM | /posts/7032 | GET | production |
| Sep 16, 2026 6:14 AM | /posts/6505 | GET | production |
Total of 10 record(s).
Page 1 of 1
Raw Data
# Exception: ActiveRecord::RecordNotFound
## Summary
- Class: ActiveRecord::RecordNotFound
- Message: Couldn't find Post with 'id'=2847
- Location: app/controllers/posts_controller.rb#show
- Status: open
- Preserved from cleanup: no
- Fingerprint: 93f6665a1890ba7a37c3181fea81e2280abbd3c6842316455f5cecccabd617fb
## Frequency
- First seen: 2026-09-16 05:31:00 UTC
- Last seen: 2026-09-24 06:00:18 UTC
- Total occurrences (lifetime): 10
- Stored occurrences: 10 (older rows may have been pruned by retention)
- Last 24 hours: 4
- Preceding 7 days: 5
## Deploys
- Deploy SHAs seen: a1b2c3d, y9z0a1b, q3r4s5t, u6v7w8x, i7j8k9l
- Earliest stored occurrence deployed at: a1b2c3d
## Request context
- Environments: production
- Endpoints:
- GET /posts/6505
- GET /posts/7032
- GET /posts/9655
- GET /posts/9425
- GET /posts/1610
- GET /posts/5779
- GET /posts/2738
- GET /posts/2456
- GET /posts/1528
- GET /posts/510
## Request params (filtered)
```json
{
"controller": "posts",
"action": "show",
"id": "510"
}
```
## Backtrace (occurrence at 2026-09-24 06:00:18 UTC)
```
1. [gem] posts_controller.rb:12:in `show'
2. [gem] application_controller.rb:8:in `call'
```