Rails 5.2 ActiveStorage Introduction

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 27

  • @asmentko
    @asmentko 5 лет назад +2

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

  • @Ignas_
    @Ignas_ 6 лет назад +3

    Excellent tutorial.

  • @dailyrise1111
    @dailyrise1111 4 года назад +1

    Excellent! as usual!

  • @bradchellingworth5973
    @bradchellingworth5973 6 лет назад +6

    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.

  • @eonacademy5036
    @eonacademy5036 3 года назад

    Thank you! 😺

  • @prasangathapaliya8294
    @prasangathapaliya8294 4 года назад

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

  • @UsefulProgrammer
    @UsefulProgrammer 6 лет назад

    Excellent tutorial. Thank you.

  • @mktaha
    @mktaha 5 лет назад

    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.

  • @SS-li3ft
    @SS-li3ft 2 года назад

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

  • @hakooplayplay3212
    @hakooplayplay3212 6 лет назад

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

  • @dineshanthony697
    @dineshanthony697 5 лет назад +1

    great!

  • @nikos83
    @nikos83 5 лет назад

    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?

  • @austinklenk9571
    @austinklenk9571 6 лет назад

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

  • @primetimetran
    @primetimetran 6 лет назад

    Awesome stuff bud

  • @byteboxing
    @byteboxing 6 лет назад

    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.

  • @gmmcal
    @gmmcal 6 лет назад

    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?

  • @TheddunTOSS
    @TheddunTOSS 5 лет назад

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

    • @GorailsTV
      @GorailsTV  5 лет назад +1

      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 5 лет назад

      @@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  5 лет назад +1

      @@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 5 лет назад

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

  • @torvic99
    @torvic99 6 лет назад +1

    more more more!

  • @romenigld
    @romenigld 6 лет назад

    the quality of the video is not good.