aaronskiba

Results 57 comments of aaronskiba

```yml // config/database.yml.sample defaults: &defaults adapter: encoding: pool: host: port: database: username: password: development:

Translations of attribute names can be enabled in `config/locales/en.yml` [4.5 Translations for Active Record Models](https://guides.rubyonrails.org/i18n.html#translations-for-active-record-models). Our validation message translations could be handled in `config/locales/en.yml` as well: [4.5.1 Error Message Scopes](https://guides.rubyonrails.org/i18n.html#error-message-scopes)

![Screenshot 2023-10-12 at 10 12 13 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/42a335a2-2c53-46e9-94f5-e7c08a1a178d) ![Screenshot 2023-10-12 at 10 12 25 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/a5498edf-9b05-4304-bb12-df4290bd0c23) ![Screenshot 2023-10-12 at 10 14 43 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/9f1ea250-44b1-4bac-aea7-d8c89fcc9b81) ![Screenshot 2023-10-12 at 10 15 30 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/c0f21d7f-cf16-4b26-86a7-908c85399170) ![Screenshot 2023-10-12...

It looks like Rubocop is failing because the rubocop gem was updated, but the newly found rubocop errors still need to be addressed.

Closing this for now. More discussion is needed on how to resolve issue #3345.

> Yes, if you see it elsewhere then it should also be patched. I am not going to have time to do that in the next day or so, so...

> > > Yes, if you see it elsewhere then it should also be patched. I am not going to have time to do that in the next day or...

I'm seeing some TinyMCE-related console warnings. However, they don't seem to stem from this PR. I've documented them within the following issue: https://github.com/DMPRoadmap/roadmap/issues/3424

![Screenshot 2024-01-16 at 11 01 07 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/25157a75-ec83-4de9-9057-3d62f4a845d2) Widget appearance after applying the above change: ![Screenshot 2024-01-16 at 11 01 43 AM](https://github.com/DMPRoadmap/roadmap/assets/71047780/dffb8152-ca8a-46d7-8f2c-a1af98b46661)

Hi @aalvan, thanks for the reply! I'm still encountering some trouble on my end. Here's a bit more context: ``` Loading development environment (Rails 6.1.7.7) 3.0.5 :001 > I18n.locale =...