How to Deploy Rails to Render

  Рет қаралды 11,927

GoRails

GoRails

Күн бұрын

Пікірлер: 50
@ayobamialabi9404
@ayobamialabi9404 Жыл бұрын
Thanks Adam Driver
@IanHeraty
@IanHeraty Жыл бұрын
11:00 good advice to deploy app early when starting a new project
@gustavog1593
@gustavog1593 Жыл бұрын
yes, I was about to comment about this. Never thought about it in that way. really nice video
@Bashar3A
@Bashar3A Жыл бұрын
Just did my first Render deploy. Thanks
@shivar547
@shivar547 2 жыл бұрын
Do we have any other deployment host like heroku its proving free database but from november no free apps.
@paulobramantebr
@paulobramantebr 2 жыл бұрын
Thanks for the content.
@manfredyau
@manfredyau Жыл бұрын
Can I deploy my rails project to Render on Windows platform?
@abrahamchristopher2805
@abrahamchristopher2805 Жыл бұрын
its asking me to add payment method
@donanhnguyen8499
@donanhnguyen8499 Жыл бұрын
thanks Kylo Ren
@GorailsTV
@GorailsTV Жыл бұрын
May the Ruby be with you.
@primeprime5396
@primeprime5396 11 ай бұрын
Thank you
@jamesgarcia9577
@jamesgarcia9577 2 жыл бұрын
Render now has a free plan for postgresql. Add the the `plan: free` in the render.yaml file under database. yay!
@royhyde8842
@royhyde8842 Жыл бұрын
Really! Thanks..
@sureshmakwana8709
@sureshmakwana8709 Жыл бұрын
What if my app is configured with sqlite3 gem
@blueliar
@blueliar Жыл бұрын
Wow really thanks it was showing that I need to enter payment details... I didn't know why until I tried this .... I think if left it it will try to get a paid option
@bernardobrotelli3505
@bernardobrotelli3505 Жыл бұрын
I follow the way Adam Driver did in the video to add the postgres plan: free, but on the render website it still says that I have the paid plan Which line would be the correct one to add "plan: free"?
@FranckYannickMVONDO
@FranckYannickMVONDO 2 жыл бұрын
Thanks
@JatinOjha-i6e
@JatinOjha-i6e 10 ай бұрын
Thanks man
@dencam
@dencam 2 жыл бұрын
Awesome!
@Heath86
@Heath86 Жыл бұрын
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
@auh
@auh Жыл бұрын
you'll need a env variable 'secret_key_base' with the value of your master.key in your rails app
@nickalberts2411
@nickalberts2411 2 жыл бұрын
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 key.....nothing happens?
@bgrinning
@bgrinning 2 жыл бұрын
I run into that issue too. I think at that point it should redirect you to the dashboard where you can see the status of the deployment and for some reason that didn't work. But if you navigate there manually you should see the build actually started.
@collinjilbert
@collinjilbert 2 жыл бұрын
As ​ @augustiner7 said if you manually go to your dashboard you should see the status indicate that the build has started. In the video it looks as I was redirected to the dashboard automatically but that is not the case. I too had to navigate to the dashboard manually.
@benkiarie149
@benkiarie149 Жыл бұрын
Hi, @Audrey Maldonado what is the workaround for this issue?
@sureshmakwana8709
@sureshmakwana8709 Жыл бұрын
@audreymaldonado2380 can you please tell how to check any active databases instances running on render which is getting used for other service? I'm planning to create a new blueprint instance on a free plan for a rails app but it's asking for card info. Will I be charged ? Also I don't have credit card but only debit card
@kainew
@kainew 8 ай бұрын
Very easy
@delgadocris
@delgadocris Жыл бұрын
Thank you 🎉
@GorailsTV
@GorailsTV Жыл бұрын
You’re welcome 😊
@tamimalmahdi1743
@tamimalmahdi1743 Жыл бұрын
Kylo Ren started coding 😲
@werewasyo
@werewasyo Жыл бұрын
i hate the 30second spin up time for free tier
@lorenacadavid3392
@lorenacadavid3392 2 жыл бұрын
Thanks a lot, man
@dylan2785
@dylan2785 Жыл бұрын
Thank you v much
@suuujuuus
@suuujuuus Жыл бұрын
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
@suuujuuus Жыл бұрын
Okay I just added "plan: free" to everything (not just in the redis field) in the render.yaml and now its fine.
@suuujuuus
@suuujuuus Жыл бұрын
Also, if you get an OpenSSL::Cipher::CipherError on Windows 1. either you didn't insert your master key on the Render application, at ~ 15:36 into the Value field. You find your master key in your rails folder -> config .-> master.key -> open with some editor 2. if you didn't miss that try resetting your key by deleting master.key + credentials.yml.enc, both in the config folder. Then get a terminal in your root folder and let rails construct these files anew: a) Find the .exe filelocation for any editor e.g. Notepad++, VSCode b) navigate your cmd terminal to your root rails folder c) run > SET EDITOR="notepad_path" d) run > rails credentials:edit c) close the Editor pages that opened
@rubengomez11
@rubengomez11 2 жыл бұрын
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?
@collinjilbert
@collinjilbert 2 жыл бұрын
This is required behavior from Render. I have had an account on Render for a while now so my credit card info has already been supplied to them. You will have to do this in order to deploy with Render.
@rubengomez11
@rubengomez11 2 жыл бұрын
@@collinjilbert oh, I got it, thank you for your answer, it was helpfully
@sureshmakwana8709
@sureshmakwana8709 Жыл бұрын
@@collinjilbert will they charge after taking card info ?? I'm using render's free plan and I don't even have any credit card but only debit card
@collinjilbert
@collinjilbert Жыл бұрын
@@sureshmakwana8709 Debit card will work also but yes, once you start actual running any services Render will bill you later for the usage of the services.
@sureshmakwana8709
@sureshmakwana8709 Жыл бұрын
@@collinjilbert I'm looking for a free hosting service for rails apps
@rodneyreynolds7705
@rodneyreynolds7705 2 жыл бұрын
ᴘʀᴏᴍᴏsᴍ 😁
Creating a Railsbyte
29:45
GoRails
Рет қаралды 1,7 М.
Heroku Is Dead, Here's What I Recommend
11:59
Theo - t3․gg
Рет қаралды 266 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 5 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 156 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 75 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 1,9 МЛН
Ruby On Rails 7.1 Production Deploy Speedrun
11:14
Deanin
Рет қаралды 6 М.
Stripe Checkout in Rails with the Pay gem
17:49
GoRails
Рет қаралды 13 М.
Migrating an 8-year-old SaaS app from Heroku to Render
32:38
Adam McCrea
Рет қаралды 366
Deploy Ruby on Rails to Render
9:14
Leabs
Рет қаралды 4,5 М.
How to Deploy a Flask App and Postgres Database to Render
16:39
Pretty Printed
Рет қаралды 49 М.
Dynamic Select Fields in Rails using Hotwire
19:46
GoRails
Рет қаралды 25 М.
Why I Personally Don't Use Ruby On Rails
14:23
Deanin
Рет қаралды 23 М.
Your First Ruby Gem
21:46
GoRails
Рет қаралды 7 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 5 МЛН