11:00 good advice to deploy app early when starting a new project
@gustavog1593 Жыл бұрын
yes, I was about to comment about this. Never thought about it in that way. really nice video
@Bashar3A Жыл бұрын
Just did my first Render deploy. Thanks
@shivar5472 жыл бұрын
Do we have any other deployment host like heroku its proving free database but from november no free apps.
@paulobramantebr2 жыл бұрын
Thanks for the content.
@manfredyau Жыл бұрын
Can I deploy my rails project to Render on Windows platform?
@abrahamchristopher2805 Жыл бұрын
its asking me to add payment method
@donanhnguyen8499 Жыл бұрын
thanks Kylo Ren
@GorailsTV Жыл бұрын
May the Ruby be with you.
@primeprime539611 ай бұрын
Thank you
@jamesgarcia95772 жыл бұрын
Render now has a free plan for postgresql. Add the the `plan: free` in the render.yaml file under database. yay!
@royhyde8842 Жыл бұрын
Really! Thanks..
@sureshmakwana8709 Жыл бұрын
What if my app is configured with sqlite3 gem
@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 Жыл бұрын
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"?
@FranckYannickMVONDO2 жыл бұрын
Thanks
@JatinOjha-i6e10 ай бұрын
Thanks man
@dencam2 жыл бұрын
Awesome!
@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 Жыл бұрын
you'll need a env variable 'secret_key_base' with the value of your master.key in your rails app
@nickalberts24112 жыл бұрын
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?
@bgrinning2 жыл бұрын
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.
@collinjilbert2 жыл бұрын
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 Жыл бұрын
Hi, @Audrey Maldonado what is the workaround for this issue?
@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
@kainew8 ай бұрын
Very easy
@delgadocris Жыл бұрын
Thank you 🎉
@GorailsTV Жыл бұрын
You’re welcome 😊
@tamimalmahdi1743 Жыл бұрын
Kylo Ren started coding 😲
@werewasyo Жыл бұрын
i hate the 30second spin up time for free tier
@lorenacadavid33922 жыл бұрын
Thanks a lot, man
@dylan2785 Жыл бұрын
Thank you v much
@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 Жыл бұрын
Okay I just added "plan: free" to everything (not just in the redis field) in the render.yaml and now its fine.
@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
@rubengomez112 жыл бұрын
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?
@collinjilbert2 жыл бұрын
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.
@rubengomez112 жыл бұрын
@@collinjilbert oh, I got it, thank you for your answer, it was helpfully
@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 Жыл бұрын
@@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 Жыл бұрын
@@collinjilbert I'm looking for a free hosting service for rails apps