ReactOnRails v6.7.0 Release Notes

Release Date: 2017-02-28 // about 7 years ago
  • IMPORTANT

    • If you installed 6.6.0, you will need to comment out the line matching i18n_dir unless you are using this feature. 6.7.1 will give you an error like:
    Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/build_1444a5bb9dd16ddb2561c7aff40f0fc7/my-app-816d31e9896edd90cecf1402acd002c724269333/client/app/libs/i18n/translations.js
    

    Commenting out this line addresses the issue:

    config.i18n_dir = Rails.root.join("client", "app", "libs", "i18n")
    

    ➕ Added

    • Allow using rake task to generate javascript locale files. The test helper automatically creates the localization files when needed. #717 by JasonYCHuang.

    🛠 Fixed