Skip to content

Instantly share code, notes, and snippets.

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

Caroline Medeiros caroline-medeiros

🎯
Focusing
View GitHub Profile
@fernandoaleman
fernandoaleman / mysql2-m1.md
Last active February 11, 2025 21:06
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 April 22, 2025 11:33
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda