This is a short overview of things that are required to upgrade a project from the Asset Pipeline to Webpacker...
While deploying an Ruby update to an old application these days, we encountered the following misleading error: *** [err :: some-host.makandra.de] You...
Remember How to skip Sprockets asset compile during Capistrano deployment and Automatically skipping asset compilation when assets have not changed...
Font Awesome 5 is a comprehensive solution for vector icons on your website. Originally, Font Awesome came as an icon...
Phusion Passenger changed the way how it gets restarted several times. Through the project's history, these all were valid...
Just like Ruby Gems tag their version releases to the corresponding Git commit, it can be helpful to track production...
In medium-sized to large Rails applications, asset compilation can take several minutes. In order to speed up deployment, asset...
When your application is running on a multi-server setup, application logs are stored per server (unless you choose a...
By default, Capistrano truncates server responses and places an ellipsis at the end of lines that are longer than your...
For applications coming with lots of stylesheets and scripts, asset compilation might take quite long. This can be annoying when...
This should not be necessary in any case and is only for special cases, for e.g. if the assets...
Capistrano has the concept of a "rollback" that comes in really handy in case of errors. When you notice that...
When you have a multi-server setup, you'll be adding a new server from time to time. Before doing...
Middleman is a static page generator that brings many of the goodies that Rails developers are used to.
Sometimes, through some firewall or proxy misconfiguration, you might have to deploy to a server that cannot access the git...
We generally use multiple application servers (at least two) and you have to search on all of them if you...
Reminder of what you can do with Geordi. Note: If you alias Geordi to something short like g, running commands...
TL;DR: Update the 'net-ssh' gem by adding to your Gemfile: gem 'net-ssh', '=2.9.1' Now run bundle update...
Capistrano is by default configured to exclude the gems of the groups development and test when deploying to the stages...
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
Tool to show you which gems are slow to load: ➜ git:(master) ✗ bundle exec bumbler [################################################# ] (49/65) travis-lint...
To install gems Bundler needs to be able to talk to https://api.rubygems.org. If you are behind a proxy you...
Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...
Note The maintenance mode is enabled on all application server as soon as the file /public/system/maintenance.html is present. Installation