
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
rwr-view-helpers
Advanced tools
This gem provides handy view helpers to be used with netguru's react_webpack_rails.
Javascript
$ npm install --save rwr-view-helpers
Ruby
# your Gemfile
gem 'rwr-view_helpers'
First add this require statement in your /app/assets/javascripts/application.js
//= require rwr_view_helpers
Then use it in your React components
import React from 'react';
import { imagePath } from 'rwr-view-helpers';
import { facebookIcon } from 'constants/icon-urls';
export default ({ alt }) => (
<img alt={alt} src={imagePath(facebookIcon)} />
);
Going through all the assets on every request would be veeery slow, so rwr-view_helpers takes advantage of /tmp/cache in your project.
Unfortunately at the moment we don't have any mechanism to generate new cache each time new assets are added.
Current work-around is to run this task, when adding new assets to the project:
$ rake tmp:clear
Found a bug in rwr-view_helpers? Open an issue on GitHub Issues.
Interested in contributing to rwr-view_helpers? That's great, and thank you for your interest!
After checking out the repo, run bundle exec rake setup:all to install every environment dependencies.
To get your contributions accepted, make sure:
bundle exec rake test:all.The gem is available as open source under the terms of the MIT License.
FAQs
ReactWebpackRails integration with useful view helpers.
We found that rwr-view-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.