Debugging Gitlab CI jobs
I recently had problems with failing CI jobs and after few failed attempts and commits i noticed that i had to find a better way to test my changes locally...
I recently had problems with failing CI jobs and after few failed attempts and commits i noticed that i had to find a better way to test my changes locally...
SSH support forwarding of network connections thru your ssh session. It can be used for tunneling of connections, but sometimes its also used as a poor mans VPN.
The openssh client has a configuration file which is handy for configuring things you would otherwise repeat over and over on the command line.
When upgrading from one major rails release to the next it is very helpful to run your code base on both versions in parallel.
This article will show how to bootstrap a new rails application within a containerized environment.