rails/activestorage/app
Jonathan del Strother 54d3934d43
Fix JSON-encoding ActiveStorage::Filename
ActiveStorage::Filename was missing quotes when encoded,
generating invalid json like this -

```
JSON.generate(foo: ActiveStorage::Filename.new("bar.pdf") # => '{"foo":bar.pdf}'
```

Delete to_json and rely on the implementation from ActiveSupport::ToJsonWithActiveSupportEncoder
2024-02-06 12:37:58 +00:00
..
assets/javascripts Fix submit button selector for type-less buttons 2023-11-24 15:36:13 -06:00
controllers Fix AS:Representations::ProxyController returning the wrong preview 2023-11-21 21:00:35 +01:00
javascript/activestorage Fix submit button selector for type-less buttons 2023-11-24 15:36:13 -06:00
jobs/active_storage Discard unrepresentable blobs while preprocessing 2023-11-17 22:44:07 +01:00
models/active_storage Fix JSON-encoding ActiveStorage::Filename 2024-02-06 12:37:58 +00:00