No results found in Rails CheatSheets.
Best results in other decks
export PATH=~/.local/bin:$PATH export PATH=~/bin:$PATH function parse_git_branch () { git branch 2> /dev/null | sed -e '/^[^*]/d' -e...
Had an issue with Capistrano refusing to deploy a rails app to an Ubuntu server (with rvm) on AWS.