webpack-rails icon indicating copy to clipboard operation
webpack-rails copied to clipboard

Integrate webpack with your Ruby on Rails application

Results 30 webpack-rails issues
Sort by recently updated
recently updated
newest added

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.3 to 2.3.0. Release notes *Sourced from [loofah's releases](https://github.com/flavorjones/loofah/releases).* > ## 2.3.0 / 2019-09-28 > > ### Features > > * Expand set of allowed protocols to...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.7.2 to 1.6.8.1. Changelog *Sourced from [nokogiri's changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md).* > ## 1.6.8.1 / 2016-10-03 > > ### Dependency License Notes > > Removes required dependency on the `pkg-config`...

dependencies
ruby

Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.11. Commits - [`2bef132`](https://github.com/rack/rack/commit/2bef132505cb2f80c432e3f4526dfef969cd2e25) Bumping version for release - [`97ca63d`](https://github.com/rack/rack/commit/97ca63d87d88b4088fb1995b14103d4fe6a5e594) Whitelist http/https schemes - [`7b5054e`](https://github.com/rack/rack/commit/7b5054eedfdbd8f7dd5f348b0a02678b64fdd9de) Merge pull request [#1296](https://github-redirect.dependabot.com/rack/rack/issues/1296) from tomelm/fix-prefers-plaintext - [`fdcd03a`](https://github.com/rack/rack/commit/fdcd03a3c5a1c51d1f96fc97f9dfa1a9deac0c77) Bump version...

dependencies
ruby

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.33.0 to 0.50.0. Release notes *Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).* > ## RuboCop 0.50 > ### New features > > * [#4464](https://github-redirect.dependabot.com/bbatsov/rubocop/pull/4464): Add `EnforcedStyleForEmptyBraces` parameter to `Layout/SpaceBeforeBlockBraces` cop....

dependencies
ruby

Bumps [sprockets](http://getsprockets.org/) from 3.6.0 to 3.7.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sprockets&package-manager=bundler&previous-version=3.6.0&new-version=3.7.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
ruby

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.3 to 1.2.0. Release notes *Sourced from [rails-html-sanitizer's releases](https://github.com/rails/rails-html-sanitizer/releases).* > ## v1.2.0 > * Remove needless `white_list_sanitizer` deprecation. > > By deprecating this, we were forcing Rails...

dependencies
ruby

Hi! I am no longer maintaining webpack-rails. webpack-rails was created to solve a specific problem we had a Marketplacer - at the time, it was the only way to get...

solves error raising 'sh syntax error ( unexpected' or similar. Path may contain any chars like space, brackets, slashes and etc.

- Don't assume that ::Rails.configuration.webpack.binary specifies a webpack path relative to Rails root. - Don't assume that we know the exact webpack binary location (allow webpack executable to be on...

I usually do it in my projects. What you think about? We can run `npm` tasks or `rake` tasks whenever you need: ``` npm start npm run build rake webpack:dev...