-
Following problems need to be investigated:
- [ ] CORS setting to deliver the game.
- [ ] Check unitypackage has correct headers
-
I use the following to allow attaching of remote files:
```ruby
module ActiveStorage
module RemoteURLHelper
# If the record is persisted and unchanged, the attachments are saved to
# …
-
# 概要
dev用にローカルパスの設定しかしていないので本番用にクラウド登録したら適切に設定する
-
Paperclip was deprecated in May 2018: https://thoughtbot.com/blog/closing-the-trombone. Rails ActiveStorage can be used instead, which also has an AWS S3 backend.
Example article that describes a l…
-
I'm actually not 100% sure if this issue belongs here, in sorbet-rails, or somewhere else. Please redirect me to wherever would have responsibility for this!
> [`ActiveStorage` has been designed to…
-
When downloading a non-IIIF image, instead of dropping the image into /public dir, let's add these images to ActiveStorage, so the image will be attached to the SolrDocumentSidecar.
This will great…
-
ActiveStorage uses `signed_blob_id` parameters that are case-sensitive. At present, this is incompatible with the `route_downcaser` gem. However, the downcasing of routes in general is a useful conce…
-
```
File is not defined
ReferenceError: File is not defined
at Object. (/home/niceguy/workspace/javascript/next-custom/node_modules/react-activestorage-provider/dist/index.js:1122:6583)
at…
-
## What did you do?
We have a Rails 7 app which makes use of fixtures. Specifically, we're using [FixtureSet](https://api.rubyonrails.org/classes/ActiveStorage/FixtureSet.html) to saturate ActiveSt…
-
### Complete Description of Issue
Given a form with a nested collection where each element of the collection has an ActiveStorage attachment, calling `.sync` or `.save` fails on update without chan…
akz92 updated
3 years ago