Lee Irving
Lee Irving
Looks like the end() function has changed. If I use the following then it seems to work: ``` import Sortable from "stimulus-sortable" export default class extends Sortable { end ({...
This is what I cam up with in the end which works although it could do with a bit of refining: ``` import Sortable from "stimulus-sortable" export default class extends...
I think the docs just need updating to show the correct code to use to extend.
Image is not being served and appears as a broken link. .url generates https://hostname/rails/active_storage/disk/##REF## url_for generates https://hostname/rails/active_storage/representations/redirect/##REF## Storage is local to the server using the Disk service. No proxies are...
@jarednorman Out of interest why would you not want to use the url_for helper? https://guides.rubyonrails.org/active_storage_overview.html#serving-files suggests this is the correct way to handle them.