react-on-rails
Advanced tools
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.Changelog
[6.3.0] - 2016-11-30
Modified register API to allow registration of renderers, allowing a user to manually render their app to the DOM. This allows for code splitting and deferred loading. #581 by jtibbertsma.
Updated Basic Generator & Linters. Examples are simpler. #624 by Judahmeek.
Slight improvement to the 'no hydrated stores' error. #605 by cookiefission.