Exception Details

Class
ActiveRecord::RecordInvalid
Location
app/models/post.rb#create!
Message
Validation failed: Title is too long (maximum is 255 characters)
Status
Open
First Seen
Sep 15, 2026 5:44 AM
Last Seen
Sep 24, 2026 6:00 AM
Total Seen
6
Stored Occurrences
6
Preserve
No

Most Recent Backtrace

  1. ./post.rb:23
    in create!
  2. ./posts_controller.rb:31
    in create
  3. ./application_controller.rb:8
    in call

Occurrences

Occurred At URL Method Environment
Sep 24, 2026 6:00 AM /posts POST production
Sep 24, 2026 6:00 AM /posts POST production
Sep 22, 2026 5:41 AM /posts POST production
Sep 19, 2026 10:07 PM /posts POST production
Sep 17, 2026 1:47 PM /posts POST production
Sep 15, 2026 6:31 AM /posts POST production
Total of 6 record(s).

Raw Data

# Exception: ActiveRecord::RecordInvalid

## Summary

- Class: ActiveRecord::RecordInvalid
- Message: Validation failed: Title can't be blank, Body can't be blank
- Location: app/models/post.rb#create!
- Status: open
- Preserved from cleanup: no
- Fingerprint: 164fd8236ce37ad479b24ebddbeddfe7ec45af928dce4eeb4ec98d804cfb7006

## Frequency

- First seen: 2026-09-15 05:44:03 UTC
- Last seen: 2026-09-24 06:00:18 UTC
- Total occurrences (lifetime): 6
- Stored occurrences: 6 (older rows may have been pruned by retention)
- Last 24 hours: 2
- Preceding 7 days: 3

## Deploys

- Deploy SHAs seen: q3r4s5t, i7j8k9l, c2d3e4f
- Earliest stored occurrence deployed at: q3r4s5t

## Request context

- Environments: production
- Endpoints:
  - POST /posts

## Request params (filtered)

```json
{
  "controller": "posts",
  "action": "create",
  "post": {
    "title": ""
  }
}
```

## Backtrace (occurrence at 2026-09-24 06:00:18 UTC)

```
 1. [gem] post.rb:23:in `create!'
 2. [gem] posts_controller.rb:31:in `create'
 3. [gem] application_controller.rb:8:in `call'
```