New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-on-rails

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-on-rails - npm Package Versions

1
21

6.5.1

Diff

Changelog

Source

[6.5.1] - 2017-02-11

Fixed
  • Allow using gem without sprockets. #671 by fc-arny.
  • Fixed issue #706 with "flickering" components when they are unmounted too early #709 by szyablitsky.
  • Small formatting fix for errors #703 by justin808.
justin808
published 6.5.0 •

Changelog

Source

[6.5.0] - 2017-01-31

Added
  • Allow generator function to return Object with property 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.
Fixed
justin808
published 6.4.2 •

Changelog

Source

[6.4.2] - 2017-01-17

Fixed
  • Added OS detection for install generator, system call for Windows and unit-tests for it. #666 by GeorgeGorbanev.
justin808
published 6.5.0-beta.1 •

justin808
published 6.4.1 •

Changelog

Source

[6.4.1] - 2017-1-17

No changes.

justin808
published 6.4.0 •

Changelog

Source

[6.4.0] - 2017-1-12

Possible Breaking Change
  • Since foreman is no longer a dependency of the React on Rails gem, please run 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.
Fixed
  • Removed foreman as a dependency. #678 by x2es.
Added
  • Automatically generate i18n javascript files for react-intl when the serve starts up. #642 by JasonYCHuang.
justin808
published 6.3.5 •

Changelog

Source

[6.3.5] - 2017-1-6

Fixed
  • The redux generator now creates a HelloWorld component that uses redux rather than local state. #669 by justin808.
justin808
published 6.3.4 •

Changelog

Source

[6.3.4] - 2016-12-25

Fixed
  • Disable Turbolinks support when not supported. #650 by ka2n.
justin808
published 6.3.3 •

Changelog

Source

[6.3.3] - 2016-12-25

Fixed
  • By using the hook on 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.
  • Added support for Ruby 2.0 #651 by bbonamin.
justin808
published 6.3.2 •

Changelog

Source

[6.3.2] - 2016-12-5

Fixed
  • The react_component method was raising a NameError when ReactOnRailsHelper was included in a plain object. #636 by jtibbertsma.
  • "Node parse error" for node server rendering. #641 by alleycat-at-git and rocLv
  • Better error handling when the react-on-rails node package entry is missing.#602 by benjiwheeler.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc