Jérémie Bonal

Results 3 issues of Jérémie Bonal

I stumbled upon a weird behaviour when trying to use `allow_blank`. We have an `Intervention` model, with a legacy `started_at` column. **It also has a `started_at` method** (that looks into...

I've had to prune a couple of times and it's always a bit anxiety-inducing to give it that final OK because you're not _quite_ sure what it's going to delete...

Hi ! We encountered an issue recently where we were using NestedHasMany with a polymorphic association that we'd love to fix upstream instead of monkey-patching on our end. ### Problem...