Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-on-rails

Package Overview
Dependencies
Maintainers
1
Versions
204
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.8.1

Diff

Changelog

Source

[6.8.1] - 2017-03-21

Fixed
  • Fixed error "The node you're attempting to unmount was rendered by another copy of React." #706 when navigating to cached page using Turbolinks #763 by szyablitsky.
justin808
published 6.8.0 •

Changelog

Source

[6.8.0] - 2017-03-06

Added

  • Converted to Webpack v2 for generators, tests, and all example code. #742 by justin808.
justin808
published 6.7.2 •

Changelog

Source

[6.7.2] - 2017-03-05

Improved
  • Improve i18n Integration with a better error message if the value of the i18n directory is invalid. #748 by justin808.
justin808
published 6.7.1 •

Changelog

Source

[6.7.1] - 2017-02-28

No changes other than a test fix.

justin808
published 6.7.0 •

Changelog

Source

[6.7.0] - 2017-02-28

IMPORTANT
  • If you installed 6.6.0, you will need to comment out the line matching i18n_dir unless you are using this feature. 6.7.1 will give you an error like:
Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/build_1444a5bb9dd16ddb2561c7aff40f0fc7/my-app-816d31e9896edd90cecf1402acd002c724269333/client/app/libs/i18n/translations.js

Commenting out this line addresses the issue:

config.i18n_dir = Rails.root.join("client", "app", "libs", "i18n")
Added
  • Allow using rake task to generate javascript locale files. The test helper automatically creates the localization files when needed. #717 by JasonYCHuang.
Fixed
justin808
published 6.6.0 •

Changelog

Source

[6.6.0] - 2017-02-18

Added
justin808
published 6.6.0-alpha.1 •

justin808
published 6.5.1 •

Changelog

Source

[6.5.1] - 2017-02-11

Fixed
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.
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