Skip to content

Instantly share code, notes, and snippets.

@cdrrazan
Last active March 13, 2025 03:43
Show Gist options
  • Save cdrrazan/0dea1b1a345e3a271833bf38354ecd9e to your computer and use it in GitHub Desktop.
Save cdrrazan/0dea1b1a345e3a271833bf38354ecd9e to your computer and use it in GitHub Desktop.
Common scripts / commands collection for dev focusing on ruby/rails.

MySQL Installation any version

Note: If you are facing issues in Mac M1

gem install mysql2  -v '0.5.6' -- --with-mysql-config=$(brew --prefix mysql)/bin/mysql_config 
--with-ldflags="-L$(brew --prefix zstd)/lib -L$(brew --prefix openssl)/lib" 
--with-cppflags=-I$(brew --prefix openssl)/include --with-cflags="-Wno-error=implicit-function-declaration"

Install any ruby version in Mac M1

rvm install x.x.x --with-openssl-dir=/opt/homebrew/opt/openssl@3

Common scripts / commands collection for dev focusing on ruby/rails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment