Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022 Q3 update #391

Merged
merged 14 commits into from
Jun 27, 2022
Merged

2022 Q3 update #391

merged 14 commits into from
Jun 27, 2022

Conversation

dmilon
Copy link
Contributor

@dmilon dmilon commented Jun 15, 2022

Changes

Update ruby to 3.1.2
Update node to 16.15.1
Fix #384
Fix #381
Fix #380
Fix #383
Fix #379

Follow-up

I've created #392 and pinged our team in China to translate the changes in Chinese 👌

@dmilon dmilon self-assigned this Jun 15, 2022
@dmilon dmilon changed the base branch from master to rails-7 June 15, 2022 16:20
@dmilon dmilon linked an issue Jun 23, 2022 that may be closed by this pull request
@dmilon dmilon linked an issue Jun 23, 2022 that may be closed by this pull request
@dmilon dmilon linked an issue Jun 23, 2022 that may be closed by this pull request
@dmilon dmilon linked an issue Jun 23, 2022 that may be closed by this pull request
@dmilon dmilon marked this pull request as ready for review June 23, 2022 14:38
@dmilon dmilon requested a review from brunolajoie June 23, 2022 15:04
@dmilon dmilon changed the title 2022 Q3 update [DO NOT MERGE] 2022 Q3 update Jun 23, 2022
@brunolajoie
Copy link
Contributor

Out of curiosity, on my mac, brew is /usr/local/bin/brew so when I run eval "$(/opt/homebrew/bin/brew shellenv)" as per picture, nothing is returned because /opt/homebrew/bin/brew does not exist.

Have I missed something ?

@dmilon
Copy link
Contributor Author

dmilon commented Jun 24, 2022

Out of curiosity, on my mac, brew is /usr/local/bin/brew so when I run eval "$(/opt/homebrew/bin/brew shellenv)" as per picture, nothing is returned because /opt/homebrew/bin/brew does not exist.

Have I missed something ?

No you didn't. You have an x86_64 Mac so brew is in /usr/local/bin. This folder is already in the PATH so there is no warning and brew is ready to use directly after installation 👌

On arm64 though, brew is getting installed in /opt/homebrew/bin which is not in the PATH by default, hence the warning and the command. More details here.

@dmilon dmilon merged commit 0008a0a into rails-7 Jun 27, 2022
@dmilon dmilon deleted the 2022-q3-update branch June 27, 2022 10:03
@dmilon dmilon changed the title [DO NOT MERGE] 2022 Q3 update 2022 Q3 update Jun 27, 2022
@dmilon dmilon mentioned this pull request Jun 27, 2022
2 tasks
dmilon added a commit that referenced this pull request Jul 1, 2022
* remove ssh key partial

* fix typo and add warning

* remove ssh_key partials

* adding a link to the cheatsheet section in the intro

* add emoji

* build

* setup guides generated

* move curl installation up along with other cli tools

* add escaped double quote to support username with special characters like dash

* Update _partials/gh_cli.md

Co-authored-by: Gaëtan Manchon <34584935+gmanchon@users.noreply.github.com>

* setup guides generated

* replace ENTRÉE by Enter in fr partials and translate gh_cli partial into fr

* translate cli_tools partial in fr and es, search and replace ENTER -> Enter & rebuild

* update whoami command in es

* setup guides generated

* remove useless partials

* setup guides generated

* remove localized git partials

* release condition on rails version

* setup guides generated

* build

* add extra line break

* setup guides generated

* setup guides generated

* [DO NOT MERGE] 2022 Q3 update (#391)

* update ruby to 3.1.2

* update node version

* update gems

* add sqlite3 to the setup

* add faker & rest-client gems to be able to launch tests locally in fullstack-solutions

* add information that hyper-v is non-blocking

* remove outdated settings

* add warming about homebrew

* add gitsome remove instruction in windows and ubuntu cheatsheets

* translate homebrew warning in spanish and french

* build

* scale down homebrew warning image

* shrink image

* chinese translation for q3 update (#394)

Co-authored-by: Damien Milon <37899667+dmilon@users.noreply.github.com>

* include rails in list of required gems

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Gaëtan Manchon <34584935+gmanchon@users.noreply.github.com>
Co-authored-by: Xun <43337020+xunma@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment