It's all about switching from Gettext_i18n_rails
to YAML translations in a Rails engine.
- Language: English
- License: CC BY-NC-SA 2.0
- Published on: 21 Apr 2019 10:48 PM
- SFW:
- Projects: Elabs CMS
- Tags: translations rails
Legal stuff about this site and your private life:
If you're not OK with this, move your way.
It's all about switching from Gettext_i18n_rails
to YAML translations in a Rails engine.
Counter caches are really useful to keep a track of the amount of related data a given record has. Unfortunately, it's a delicate setup for has_and_belongs_to_many
relations