Ruby On Rails 7.1 Production Deploy Speedrun

preview_player
Показать описание
With Rails 7.1 including Docker in its default builds, we can now deploy to production almost effortlessly!

Digital Ocean Affiliate Link:
This link gives you $200 credit for 2 months. This let's you host your server effectively for free for two months. If you spend $25, they give me $25 in credit. So it helps both of us!

Join this channel to help support these videos:

Follow me on social media:

#Deanin #Software #Programming
Рекомендации по теме
Комментарии
Автор

Rails 7.1 comes with a Dockerfile included! This is not a drill! 😱
Let's see how fast we can deploy with this

Deanin
Автор

This was fantastic, thank you so much!

king_and_country
Автор

As usual, excellent! I just have one question: why using a droplet and not their PaaS service which can also support Docker containters?

stpaquet
Автор

Thank you! How to run 'Rails console' on the server using this way ?

Fiwiipe
Автор

Thanks for the video! I have a question. What's the difference between digital ocean Pass app and droplets. And why is there any reason to go with pass if you use docker to upload you app?

Pauldrou
Автор

Great tuto
It will be nice to cover it deeper
Maybe with Nginx, redis....with Docker compose

Elgnonvis
Автор

Have you got anything on deploying to aws or google cloud, aws seems to offer a decent free tier for a year

paulvickers
Автор

I have a question please, if I run rails using this method it will run puma server by default, will I need to write thread safe code in my app? if I remember well puma is multi-threading web server

simomed
Автор

At 9:00, it does not work. I get the error "HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>". Even if I comment out "config.force_ssl = true" in production.rb, I still get the same error. For some reason the http is getting converted to https

dc
Автор

Can you make a tutorial how to implement linter for ruby on rails? something like prettier/eslint. Thank you!

ediltalantbekov