Skip to content

Instantly share code, notes, and snippets.

View kathyonu's full-sized avatar

kathyonu kathyonu

View GitHub Profile

Commands to keep my app healthy, Brew, rbenv, Ruby and Rails gems-wise.

Open new Terminal

brew update

brew doctor

Get a view of what your terminal knows:

@kathyonu
kathyonu / Rails-applications-health-codes.md
Last active February 24, 2023 12:57
Rails Applications Upgrade Steps for Ruby, Rails and Gems

Commands to keep your app healthy, Ruby and Rails and gems wise using RVM.

If you use rbenv, please see Rails-application-health-codes-rbenv.md

Open new Terminal, note the gemsets showing:

rvm gemset list

You will see you are using the (default) gemset.
Keep your system up to date with rvm and brew: