Skip to content

A Newbie's Dev Cheat Sheet

Phil Hofmann edited this page Oct 28, 2015 · 1 revision

PendingMigrationError

Run rake db:migrate

Some error after git pull

Sometimes you need to restart Rails. This is one of those moments.

My virtual debian does have network trouble

There is a script to fix it. Run restart_network.sh.

can't access git@github.com/munen/fidelity.git

That happens. Ask munen to grant you permissions.

Rails tells me to run bundle install

Then do it.