react-on-rails v5.2.0 Release Notes

Release Date: 2016-04-08 // about 8 years ago
  • ➕ Added
    • 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.