Jamie Orchard-Hays

Results 11 comments of Jamie Orchard-Hays

Homebrew has precompiled versions of 2.4, 2.5, 2.6, 2.7 for Mac M1 ARM machines. Is there a way to use these with RVM? 2.7.2 compiles and runs fine, but I...

After `brew install [email protected]` I just softlinked from `~/.rvm/rubies` and now I have a working version managed my RVM. `ln -s /opt/homebrew/Cellar/[email protected]/2.4.10 ruby-2.4.10`

I used `CFLAGS="-Wno-error=implicit-function-declaration" rvm install 2.4.6` And I have a working system with a Rails app. Interestingly, `rvm list` shows `=> ruby-2.4.6 [ broken ]`

Homebrew has precompiled versions of 2.4, 2.5, 2.6, 2.7 for Mac M1 ARM machines. Is there a way to use these with RVM? 2.7.2 compiles and runs fine, but I...

After `brew install [email protected]` I just softlinked from `~/.rvm/rubies` and now I have a working version managed my RVM. `ln -s /opt/homebrew/Cellar/[email protected]/2.4.10 ruby-2.4.10`

See my comment a couple of rows above yours: https://github.com/rvm/rvm/issues/5043#issuecomment-780907628 RVM won't list it as one of its installed Rubies, but you can use it anyway, including with gemsets.

Homebrew has precompiled versions of 2.4, 2.5, 2.6, 2.7 for Mac M1 ARM machines. Is there a way to use these with RVM? 2.7.2 compiles and runs fine, but I...

After `brew install [email protected]` I just softlinked from `~/.rvm/rubies` and now I have a working version managed my RVM. `ln -s /opt/homebrew/Cellar/[email protected]/2.4.10 ruby-2.4.10`

Related: destroy_nil_attachments() calls set(), which is not available on EmbeddedDocument.

Wondering what you think of the following. Currently, when deleting an attachment, destroy_nil_attachments() is called after_save, necessitating calling set() to set the four keys to nil in the db. What...