In today’s Rails quick tip we’ll look at my local development workflow, specifically tmux, Overmind, and tmuxinator. tmux tmux is what’s called a “terminal multiplexer”. The documentation explains what exactly that means as follows: It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. The following screenshot shows a single tmux window with 3 panes: one displaying a greeting v...