Build a Blog with Rails Part 12: Deploying Rails To Production

Поделиться
HTML-код
  • Опубликовано: 2 апр 2023
  • ► Check out gorails.com for Pro episodes and more!
    ► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: jumpstartrails.com
    ► Ruby on Rails hosting with Hatchbox.io: hatchbox.io
    ► Learn how to add Stripe Payments (with SCA support!) with Ruby on Rails: courses.gorails.com/payments-...
  • НаукаНаука

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

  • @daghart7561
    @daghart7561 5 месяцев назад +2

    Thank you! Your tutorial helped me understand and deploy successfully my first Rails app

    • @GorailsTV
      @GorailsTV  5 месяцев назад +2

      Congrats on your first deploy!! 🎉🎉

  • @franciswayungi8896
    @franciswayungi8896 10 месяцев назад

    Thanx mate... I found the tutorial very helpfull

  • @namthanh7959
    @namthanh7959 15 дней назад

    Why my internal Database URL not working but the external one does? Pls help

  • @regularquote
    @regularquote 11 месяцев назад +1

    I can't apply the tailwindcss. I followed step by step what you showed.

  • @olegmitnik9617
    @olegmitnik9617 Год назад

    Thank you, Chris!
    Why we put our sensitive data into seeds.rb? Is it safety?

    • @GorailsTV
      @GorailsTV  Год назад +1

      You wouldn't put your real passwords in there. I used a password and will change it once the seeds are in production. You could have them reference the rails credentials if you want.

  • @kelele7173
    @kelele7173 Год назад

    adorably

  • @olegmitnik9617
    @olegmitnik9617 Год назад

    Is it necessary to place credentials.yml.enc to .gitignore?

    • @GorailsTV
      @GorailsTV  Год назад

      You want that in git but not the key file.