Rails 5.2 ActiveStorage Introduction

Ғылым және технология

►Check out gorails.com for Pro episodes and more!

Пікірлер: 27

  • @asmentko
    @asmentko5 жыл бұрын

    Thank you! I was banging my head for hours trying to get active storage to work and your video finally got me unstuck.

  • @UsefulProgrammer
    @UsefulProgrammer5 жыл бұрын

    Excellent tutorial. Thank you.

  • @Ignas_
    @Ignas_5 жыл бұрын

    Excellent tutorial.

  • @primetimetran
    @primetimetran6 жыл бұрын

    Awesome stuff bud

  • @mktaha
    @mktaha5 жыл бұрын

    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.

  • @dailyrise1111
    @dailyrise11113 жыл бұрын

    Excellent! as usual!

  • @GorailsTV

    @GorailsTV

    3 жыл бұрын

    Thanks Justin!

  • @byteboxing
    @byteboxing6 жыл бұрын

    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.

  • @eonacademy5036
    @eonacademy50363 жыл бұрын

    Thank you! 😺

  • @austinklenk9571
    @austinklenk95716 жыл бұрын

    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 :(

  • @dineshanthony697
    @dineshanthony6974 жыл бұрын

    great!

  • @hakooplayplay3212
    @hakooplayplay32126 жыл бұрын

    Need more info about creating link to purge file, please!

  • @nikos83
    @nikos835 жыл бұрын

    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?

  • @bradchellingworth5973
    @bradchellingworth59735 жыл бұрын

    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.

  • @torvic99
    @torvic996 жыл бұрын

    more more more!

  • @prasangathapaliya8294
    @prasangathapaliya82943 жыл бұрын

    How can we upload videos and count views if it has been watched fully?

  • @gmmcal
    @gmmcal6 жыл бұрын

    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

  • @GorailsTV

    @GorailsTV

    6 жыл бұрын

    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

  • @mikesitex

    @mikesitex

    6 жыл бұрын

    After upload, could you fetch the image from S3 (or wherever) and resize it with a background job?

  • @SS-li3ft
    @SS-li3ft2 жыл бұрын

    Hai can you do an episode for creating modal carousel with active storage has_ many_attachment

  • @TheddunTOSS
    @TheddunTOSS4 жыл бұрын

    Does this leak the original S3 link or ist that hidden behind Rails' router?

  • @GorailsTV

    @GorailsTV

    4 жыл бұрын

    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.

  • @TheddunTOSS

    @TheddunTOSS

    4 жыл бұрын

    @@GorailsTV Thanks! So it leaks a S3 link, but that expires after some minutes and is not identical to the original link, right?

  • @GorailsTV

    @GorailsTV

    4 жыл бұрын

    @@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.

  • @TheddunTOSS

    @TheddunTOSS

    4 жыл бұрын

    @@GorailsTV Thank you very much!

  • @MuhammadWaseem-mj3ge

    @MuhammadWaseem-mj3ge

    2 жыл бұрын

    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?

  • @romenigld
    @romenigld6 жыл бұрын

    the quality of the video is not good.

Келесі