RailsConf 2019 - How to migrate to Active Storage without losing your mind by Colleen Schnettler

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • RailsConf 2019 - How to migrate to Active Storage without losing your mind by Colleen Schnettler
    _______________________________________________________________________________________________
    Cloud 66 - Pain Free Rails Deployments
    Cloud 66 for Rails acts like your in-house DevOps team to build, deploy and maintain your Rails applications on any cloud or server.
    Get $100 Cloud 66 Free Credits with the code: RailsConf-19
    ($100 Cloud 66 Free Credits, for the new user only, valid till 31st December 2019)
    Link to the website: cloud66.com/ra...
    Link to sign up: app.cloud66.co...
    _______________________________________________________________________________________________
    Active storage works seamlessly in new rails applications - but how many of us only work on new applications? Migrating to Active Storage can be a daunting task on a production application. This talk will explain active storage, why you might want to use it, how it modifies your database, and the benefits and drawbacks of migrating your existing application. I’ll walk you through my painful journey migrating an existing application. You will leave this talk with a better understanding of the inner workings of active storage and with the confidence to tackle your own migration. This talk is appropriate for all levels of skill and no prior experience or knowledge of active storage is required.

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

  • @vishaldeepak2538
    @vishaldeepak2538 2 года назад

    Very helpful, thank you Colleen

  • @jeremyh8965
    @jeremyh8965 3 года назад +1

    Missing from the video: When configuring storage.yml, you need to embed your environment variables in ERB syntax in order for this to work correctly with ActiveStorage. e.g.
    bucket:

    • @khan.mansoor
      @khan.mansoor 2 года назад

      I think the instructor mentioned creating a contrived example and left the details of implementation for the devs.