Rails: Active Storage Basics (File Uploading)

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • #RUBYONRAILS #FILE #UPLOAD
    Active Storage is now the preferred way to handle file uploads in rails. Whether you are handling images, documents or even videos Active Storage can help you.
    Get Code Example:
    www.codemy.net/posts/rails-ac...
  • Věda a technologie

Komentáře • 17

  • @georgemeng7836
    @georgemeng7836 Před 2 lety +2

    This is the best video on Active Storage on Rails 6, simple, clear and to the point. Exactly what I need. Thank you!

  • @Xero0077
    @Xero0077 Před 5 lety +2

    Good stuff. Please continue to make updated rails tutorials.

  • @yasirlateef8641
    @yasirlateef8641 Před 4 lety +2

    You rock, brother! Awesome video, great content! Exactly what I was looking for...

  • @davidrawk774
    @davidrawk774 Před 4 lety

    thanks.. good stuff. You should totally put a link to the next one in the description.

  • @Marcelo-uq6vi
    @Marcelo-uq6vi Před 2 lety

    Mannn you are so good!
    A big Hug from a ruby dev in Brasil

  • @Burak-pl1jl
    @Burak-pl1jl Před 4 lety

    But how do you configure Amazon s3 CORS for these uploads to be allowed?
    I always get "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ... (Reason: CORS request did not succeed)" errors from firefox console.

  • @johansmith3195
    @johansmith3195 Před 2 lety

    Hi !! where is the continuation of the video is excellent content. thk

  • @critterpower
    @critterpower Před 4 lety +2

    ok, now how do you display it?

  • @fadhlinho
    @fadhlinho Před 5 lety

    if i have angular as my front end. how's the form gonna be like?

  • @cutliss
    @cutliss Před 4 lety

    how would you store multiple pictures?

  • @sevdaa1666
    @sevdaa1666 Před 3 lety

    why local storage won't work in production?

  • @alivlogs6517
    @alivlogs6517 Před 5 lety +1

    hey thanks for the great tutorial, would you please mention how to access image saved in active storage using :local method..
    thanks

    • @khurramsajjad6829
      @khurramsajjad6829 Před 3 lety +1

      Let me know if you found a solution.

    • @alivlogs6517
      @alivlogs6517 Před 3 lety +1

      @@khurramsajjad6829 finally figured out after 2 years 😉

    • @gummyblade
      @gummyblade Před 2 lety +1

      @@alivlogs6517 well tell us xd

    • @gummyblade
      @gummyblade Před 2 lety

      i figured it out in 1 hour yey

  • @Ayo.Ajisafe
    @Ayo.Ajisafe Před 2 lety

    I'm a beginner and a lot of this tutorial seems rather vague.