Rails CheatSheets

<< Prev - Install RVM and Ruby Make sure nodejs is installed: node -v If not, follow commands in Install Rails Dependencies...

sudo apt-get update sudo apt install curl sudo apt-get install nodejs curl -sL https://deb.nodesource.com/setup_8.x | sudo -E...

Rails CheatSheets

<< Prev - Install Rails Dependencies sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev sudo apt install...

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.

Search in all decks