How’s M1 compatibility with Rails and related tools in September 2021?

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

  • ## NVM For Intel Mac: - `brew install nvm` (and follow the instructions on screen) - `nvm install --lts` - `nvm use --lts` For Apple Silicon: https://github.com/nvm-sh/nvm/blob/master/README.md#macos-troubleshooting ## RVM For Intel Mac: - Go [Official website](https://rvm.io/) for installation instruction For Apple Silicon: - [Apple Silicon — M1 for Ruby developers](https://leonid.shevtsov.me/post/m1-for-ruby-developers/) ### Gems `pg`: (From https://leonid.shevtsov.me/post/m1-for-ruby-developers/) ```shell gem install pg -- \ --with-pg-lib=/Applications/Postgres.app/Contents/Versions/13/lib \ --with-pg-include=/Applications/Postgres.app/Contents/Versions/13/include ``` `ruby-filemagic`: ```shell arch -x86_64 /usr/local/bin/brew install libmagic gem install ruby-filemagic -- \ --with-magic-dir=/usr/local/opt/libmagic

  • RVM

    Ruby enVironment Manager (RVM)

  • ## NVM For Intel Mac: - `brew install nvm` (and follow the instructions on screen) - `nvm install --lts` - `nvm use --lts` For Apple Silicon: https://github.com/nvm-sh/nvm/blob/master/README.md#macos-troubleshooting ## RVM For Intel Mac: - Go [Official website](https://rvm.io/) for installation instruction For Apple Silicon: - [Apple Silicon — M1 for Ruby developers](https://leonid.shevtsov.me/post/m1-for-ruby-developers/) ### Gems `pg`: (From https://leonid.shevtsov.me/post/m1-for-ruby-developers/) ```shell gem install pg -- \ --with-pg-lib=/Applications/Postgres.app/Contents/Versions/13/lib \ --with-pg-include=/Applications/Postgres.app/Contents/Versions/13/include ``` `ruby-filemagic`: ```shell arch -x86_64 /usr/local/bin/brew install libmagic gem install ruby-filemagic -- \ --with-magic-dir=/usr/local/opt/libmagic

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rbenv

    Manage your app's Ruby environment

  • This project is using 3.0.0 at the moment, installed using rbenv

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts