react-on-rails
Advanced tools
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.Changelog
[6.4.2] - 2017-01-17
Changelog
[6.4.0] - 2017-1-12
gem install foreman
. If you are using rvm, you may wish to run rvm @global do gem install foreman
to install foreman for all your gemsets.react-intl
when the serve starts up. #642 by JasonYCHuang.Changelog
[6.3.3] - 2016-12-25
turbolinks:before-visit
to unmount the components, we can ensure that components are unmounted even when Turbolinks cache is disabled. Previously, we used turbolinks:before-cache
event hook. #644 by volkanunsal.Changelog
[6.3.2] - 2016-12-5
react_component
method was raising a NameError
when ReactOnRailsHelper
was included in a plain object. #636 by jtibbertsma.