Patrick Oscity

Results 14 issues of Patrick Oscity

We have a job that generates a large file and then uploads it to `ActiveStorage`. `ActiveStorage` [uses an `after_commit` hook](https://github.com/rails/rails/blob/v7.1.3.2/activestorage/lib/active_storage/attached/model.rb#L220) to process the upload _after_ the transaction was committed. Our...

Would be really nice to have that as well as an additional security layer for the paranoid. Any plans in this direction?

enhancement

I would like to have just a scratch buffer on startup, and it seems this cannot be achieved easily at the moment. Currently I am using the following workaround: ```...

Feature request
- Mailling list -
stale

It seems the flattening of keys was forgotten for `create_or_update` so I added it. Please consider my patch, thanks!