react-on-rails
Advanced tools
Changelog
[6.8.1] - 2017-03-21
Changelog
[6.7.0] - 2017-02-28
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")
Changelog
[6.5.0] - 2017-01-31
renderedHtml
(already could return Object with props redirectLocation, error
) rather than a React component or a function that returns a React component. One reason to use a generator function is that sometimes in server rendering, specifically with React Router v4, you need to return the result of calling ReactDOMServer.renderToString(element). #689 by justin808.