How to Deploy Rails to Render

preview_player
Показать описание

Deploying your Ruby on Rails applications to Render is only a few file modifications away. Learn how to deploy your Ruby on Rails applications using Render in this episode.
Рекомендации по теме
Комментарии
Автор

Just did my first Render deploy. Thanks

BasharA
Автор

Do we have any other deployment host like heroku its proving free database but from november no free apps.

shivar
Автор

Can I deploy my rails project to Render on Windows platform?

manfredyau
Автор

I am getting a ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` however I have the secret_key_base in my secret files in my environment. Its getting quite frustrating failing my deploy

Heath
Автор

11:00 good advice to deploy app early when starting a new project

IanHeraty
Автор

i get stuck on the new blueprint page. I opted to designate my web service and database as free since I didnt want to be charged while testing free.

After I've put in my master happens?

nickalberts
Автор

Hi there, I hope you're doing good. I'm trying to deploy my app like you did it, but when I press the connect button doesn't let continue however shows me an modal where I should insert my credit card information, can anyone tells me why is that?

rubengomez
Автор

i hate the 30second spin up time for free tier

werewasyo
Автор

It tells me that it requires Credit Card info when connecting to the GitHub repo. I don't have a Credit Card, never had one :( Credit Card not common in the EU afaik

suuujuuus
Автор

Render now has a free plan for postgresql. Add the the `plan: free` in the render.yaml file under database. yay!

jamesgarcia