every time i pause this, the youtube controls cover up the line i'm trying to read (the one you're typing). please add some space next time.
@dkennell9983 жыл бұрын
Hey, big fan of your windows, but a quick heads up - when you fill the entire screen with your editor/terminal and I pause the video to read what's at the bottom of the screen it's difficult to read what's the because the video control bar is in the way. Even in full screen, it rarely goes away, and if the video is paused it never goes away. Again, I love your videos but this is always a pain point, _especially_ for work in the terminal, since you're naturally always going to be typing at the bottom of the screen. A bit of margin/padding on the videos would help with this a lot, either all around the window or even only at the bottom. Thanks again for your content!
@willnguyendev2 жыл бұрын
Well done. I have been using capistrano many years. Note that this is just for deploying to an instance. At the end, it restarts the puma or passenger as the video. So we should use a load balance to apply blue green deployment in order to have availability as well as building a deployment pipeline to do those things automatically and smoothly.
@1337kaas5 жыл бұрын
Damn, amazing stuff. Thanks a lot for sharing. Love the way all Rails is set-up :)
@memoryman512 жыл бұрын
You've sold me on hatchbox.
@GorailsTV2 жыл бұрын
Haha! It's pretty time consuming to run your own server, especially when you forget all the steps after a few months.
@fridder.2 жыл бұрын
Thank you Chris for all your videos -- they've been really helpful!!
@GorailsTV2 жыл бұрын
You're welcome and thanks for watching Fridder!
@AleksandarT105 жыл бұрын
Would be great to do more of these devops episodes :)
@GorailsTV5 жыл бұрын
Thanks! I plan to. I think talking about how load balancers work would be a fun one.
@Elgnonvis2 жыл бұрын
Thank you for this tuto please yave you a tuto about rails API?
@kaysiz-zw4 жыл бұрын
There are no Phusion Passenger-served applications running whose paths begin with [$PATH]. I am getting this error. I am using a VM on azure
@anikettiwari68853 жыл бұрын
@chris THe video is amazing. Can you make a video on how to deploy rails 6 application on AWS EC2 with puma and nginx
@AtumSS2 жыл бұрын
U R Dope! Thnx a lot.
@user-ui8my9zs7o4 жыл бұрын
after i deploy everything im still getting only a Nginx 404. Am i doing anything wrong? Not seeting any errors when reloding nginx
@ethangroat83334 жыл бұрын
How the heck do you get ssh for github set up?
@user-ui8my9zs7o4 жыл бұрын
How to you handle issues with bundle install on windows to a lin server?
@Jamie-pq9gn4 жыл бұрын
Oh... I encountered the same ruby version problem But i'm stupid... Not viewed error.log Always looking for the wrong answer... Thanks
@erickzelaya36512 жыл бұрын
I got this error => Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` I ran the command but nothing happens, the error persist
@muhammadahmed18904 жыл бұрын
how can we use rvm instead of rbenv
@Vaznis4 жыл бұрын
I'm having an issue at the end of deployment. I get this error: 00:07 deploy:assets:precompile 01 $HOME/.rbenv/bin/rbenv exec bundle exec rake assets:precompile 01 rake aborted! 01 URI::InvalidURIError: bad URI(is not URI?): postgresql://deploy:nicetry@127.0.0.1/my-api-prod Is there an issue with me using rails as an API? If so, I tried this according to a github issue I found: In Capfile you add these lines (but it fails on migration after getting thru precompile) - removed "require 'capistrano/rails'" add require 'capistrano/bundler' add require 'capistrano/rails/migrations' I'm wondering if there's some general knowledge I'm missing that's preventing me from having a successful deployment. Any tips would be greatly appreciated!
@Vaznis4 жыл бұрын
turns out i was using special characters in my postgresql password and needed to account for that.
@AngelGarcia-pb5nf5 жыл бұрын
Hmm, this isn't working for me in rails 6 with webpacker. I keep getting: '** DEPLOY FAILED' and last couple of errors I'm getting are: ' DEBUG [75bb2c89] Compiling… DEBUG [75bb2c89] Compilation failed:' Any ideas? However, compilations works in development.
@GorailsTV5 жыл бұрын
Server might be running out of ram during compilation. Try upgrading to the next size.
@haroldofurtado5 жыл бұрын
I got problem to make my deploy user access from ssh. I can do it normally with root. Any help?
@neeraj33negi5 жыл бұрын
had same problem, manually created authorized_keys in ~/.ssh and added public key there
@WebintiNoCode5 жыл бұрын
Hi very nice tutorial, what about chapter 6 ? Thank you
@samuelkung77365 жыл бұрын
that seemed pretty complicated and what happens if you make a syntax error? omg...
@DevBishwasBh2 жыл бұрын
Can I do it without using rbenv, 'cause I don't like using it.
@relawandakwah77075 жыл бұрын
Can you please update how to install ssl but maybe using comodo or other hahaha
@fabriziobertoglio73425 жыл бұрын
Awesome still I would avoid all this capistrano if not explicitly requested from the client