What's the best way to get the language of a persons browser and set it as the default locale? You had it as a comment in your video at 3 mins and 30 seconds.
```
# request.env[“HTTP_ACCEPT_LANGUAGE”]
```
Thank you, Brian
This is great thank you. Hopefully, more features like this will be added because of the launch of hey.com.
I am looking to add a colour wheel to the Trix editor so that users can change the colour of their text, and add more heading options. Can you give me any advice on how I would accomplish this task?
This is great, thank you. I just upgraded one of my apps.
Quick question. I assume we can get rid of actioncable and activestorage from the package.json file? I just created a rails 7 app, and they are not there.
"@rails/actioncable": "^6.1.4-1",
"@rails/activestorage": "^6.1.4-1",
old application.js require("@rails/activestorage").start();