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

8.0.5

Diff

Changelog

Source

[8.0.5] - 2017-07-04

Fixed
  • Corrects devBuild value for webpack production build from webpackConfigLoader. #877 by chenqingspring.
  • Remove contentBase deprecation warning message. #878 by ened .
  • Removes invalid reference to _railsContext in the generated files. #886 by justin808.
  • All tests run against Rails 5.1.2

Note: 8.0.4 skipped.

justin808
published 8.0.3 •

Changelog

Source

[8.0.3] - 2017-06-19

Fixed
justin808
published 8.0.2 •

Changelog

Source

[8.0.2] - 2017-06-04

Fixed
  • Any failure in webpack to build test files quits tests.
  • Fixed a Ruby 2.4 potential crash which could cause a crash due to pathname change in Ruby 2.4.
  • CI Improvements:
    • Switched to yarn link and removed relative path install of react-on-rails
    • Removed testing of Turbolinks 2
    • All tests run against Rails 5.1.1
    • Fixed test failures against Ruby 2.4
  • #862 by justin808
justin808
published 8.0.1 •

Changelog

Source

[8.0.1] - 2017-05-30

Fixed
justin808
published 8.0.0 •

Changelog

Source

[8.0.0] - 2017-05-29

  • Generators and full support for webpacker_lite
  • No breaking changes to move to 8.0.0 other than the default for this setting changed to nil. If you depended on the default of this setting and are using the asset pipeline (and not webpacker_lite), then add this to your config/initializers/react_on_rails.rb:
    symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,
    
  • For an example of migration, see: react-webpack-rails-tutorial PR #395
  • For a simple example of the webpacker_lite setup, run the basic generator.
justin808
published 8.0.0-beta.3 •

Changelog

Source

[8.0.0-beta.3] - 2017-05-27

Changed
  • Major updates for WebpackerLite 2.0.2. #844 by justin808 with help from ](https://github.com/robwise)
  • Logging no longer occurs when trace is turned to false. #845 by conturbo
justin808
published 8.0.0-beta.2 •

Changelog

Source

[8.0.0-beta.2] - 2017-05-08

Changed

Removed unnecessary values in default paths.yml files for generators. #834 by justin808.

justin808
published 8.0.0-beta.1 •

Changelog

Source

[8.0.0-beta.1] - 2017-05-03

Added

Support for WebpackerLite in the generators. #822 by kaizencodes and justin808.

Changed

Breaking change is that the default value of symlink_non_digested_assets_regex has changed from this old value to nil. This is a breaking change if you didn't have this value set in your config/initializers/react_on_rails.rb file and you need this because you're using webpack's CSS features and you have not switched to webpacker lite.

symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,
justin808
published 7.1.0-beta.3 •

justin808
published 7.0.4 •

Changelog

Source

[7.0.4] - 2017-04-27

  • Return empty json when nil in json_safe_and_pretty #824 by dzirtusss
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