Support for React 15.0 to react_on_rails. See #379 by brucek.
Support for Node.js server side rendering. See #380 by alleycat and doc
Removed
Generator removals to simplify installer. See #364 by jbhatab.
Removed options for heroku, boostrap, and the linters from generator.
Removed install for the Webpack Dev Server, as we can now do hot reloading with Rails, so the complexity of this feature is not justified. Nevertheless, the setup of React on Rails still supports this setup, just not with the generator.
Documentation added for removed installer options.
Security Fixes: Address failure to sanitize console messages when server rendering and displaying in the browser console. See #366 and #370 by justin808
Added
railsContext includes the port number and a boolean if the code is being run on the server or client.