You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2021. It is now read-only.
Yesterday we've added that gem to project. It works great, and does exactly what we wanted. :)
We generate files at every request at development mode, and javascript translation files change often (even if we don't change files in config/locales). We can add these files to gitignore, but then, we won't have them in production. How you deal with this? Mayby you use some capistrano task, to fenerate these files after deploy?