Can you do a video on how to do this file uploads from Vue using rails api? Im finding it really difficult and I think using rails as an api is probably a more popular usage these days.
Thanks for the great video. Could you show how you can manipulate an image in active storage? For example, rotate the image that was already uploaded? Thanks.
Great video thanks! I just add AS to my app on local it was easy but don't really know how to do it on VPS. I'm using Capistrano to deploy on VPS. Maybe someone know how to do it please?
When can you do the video with direct uploads to digital ocean spaces with active storage. I'm encountering a NotImplementedError url for direct upload :(
Thank you so much! Your Videos are greate! How would i create a upload form for multiple files, which all create a single record? For example: I have a "Photo" model which stores some things arround one uploaded image. Like Description, Keywords, location and so on. But i would like to give the users the ability to upload a bunch of files all at once.
is there a way to handle resizing after upload is complete, like most upload gems do?if I got it right, the resize is done on the first render of the view, and that could cause the server to hang if you have many images to be resized. PS: I haven't checked documentation yet
You would simply just reference the processed variant server side to do that. Same thing as in the views, but that'll force processing after upload. avatar.variant(resize: "100x100").processed
It's an expiring s3 link. The only way to truly hide the s3 link would be to download the file from s3 and re-serve it from rails which is really inefficient.
@@TheddunTOSSIt's a direct link to the file in S3, but with a token that allows access for a short time. You can't access the file without a valid token.
How can I get permanent non expiring url? I have moved my app from paperclip to active storage and link expiring has become a serve issue for my app and headache for me! Is there any way that I don't have to take care about the link expiry or can I get a permanent url which I can uses anytime anywhere?
Thank you! I was banging my head for hours trying to get active storage to work and your video finally got me unstuck.
Excellent tutorial.
Excellent! as usual!
Thanks Justin!
Can you do a video on how to do this file uploads from Vue using rails api? Im finding it really difficult and I think using rails as an api is probably a more popular usage these days.
Thank you! 😺
How can we upload videos and count views if it has been watched fully?
Excellent tutorial. Thank you.
Thanks for the great video. Could you show how you can manipulate an image in active storage? For example, rotate the image that was already uploaded? Thanks.
Hai can you do an episode for creating modal carousel with active storage has_ many_attachment
Need more info about creating link to purge file, please!
great!
Great video thanks! I just add AS to my app on local it was easy but don't really know how to do it on VPS. I'm using Capistrano to deploy on VPS. Maybe someone know how to do it please?
When can you do the video with direct uploads to digital ocean spaces with active storage. I'm encountering a NotImplementedError url for direct upload :(
Awesome stuff bud
Thank you so much! Your Videos are greate! How would i create a upload form for multiple files, which all create a single record? For example: I have a "Photo" model which stores some things arround one uploaded image. Like Description, Keywords, location and so on. But i would like to give the users the ability to upload a bunch of files all at once.
is there a way to handle resizing after upload is complete, like most upload gems do?if I got it right, the resize is done on the first render of the view, and that could cause the server to hang if you have many images to be resized.
PS: I haven't checked documentation yet
You would simply just reference the processed variant server side to do that. Same thing as in the views, but that'll force processing after upload. avatar.variant(resize: "100x100").processed
After upload, could you fetch the image from S3 (or wherever) and resize it with a background job?
Does this leak the original S3 link or ist that hidden behind Rails' router?
It's an expiring s3 link. The only way to truly hide the s3 link would be to download the file from s3 and re-serve it from rails which is really inefficient.
@@GorailsTV Thanks! So it leaks a S3 link, but that expires after some minutes and is not identical to the original link, right?
@@TheddunTOSSIt's a direct link to the file in S3, but with a token that allows access for a short time. You can't access the file without a valid token.
@@GorailsTV Thank you very much!
How can I get permanent non expiring url? I have moved my app from paperclip to active storage and link expiring has become a serve issue for my app and headache for me! Is there any way that I don't have to take care about the link expiry or can I get a permanent url which I can uses anytime anywhere?
more more more!
the quality of the video is not good.