I am trying to use Tolk on the server. Tolk is a plugin for letting the end users translate all the strings you keep in en.yml (for example, if your default language is English) and then use a rake task to generate all the local files, for example el.yml (for Greek). Tolk keeps the translated string in the database. (you can check Tolk here: https://github.com/dhh/tolk )
The problem with Heroku is that if you run that task on the server (using heroku rake …) the task cannot save the file because the system is read only. Is there a way to somehow get that file locally instead of running it on the server. I know I can export the db, import it locally and run the task locally, but I was hoping there was an easier fastest way to do it. If I was to modify the default Tolk task, and instead of saving a file to the disk, do something else, what would my options be? Could I somehow send the generated content somewhere else instead of inside a file on the disk? Thanks -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
