Skip to content

Instantly share code, notes, and snippets.

View caroline-medeiros's full-sized avatar
🎯
Focusing

Caroline Medeiros caroline-medeiros

🎯
Focusing
  • Formosa, GO
View GitHub Profile
@fernandoaleman
fernandoaleman / mysql2-m1.md
Last active June 9, 2024 18:45
How to install mysql2 gem on m1 Mac

Problem

Installing mysql2 gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.

Solution

Make sure mysql-client, openssl and zstd are installed on Mac via Homebrew.

Replace mysql-client with whichever mysql package you are using

@leocomelli
leocomelli / git.md
Last active June 19, 2024 00:09
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda