Webpacker
Use Webpack to manage app-like JavaScript modules in Rails (by rails)
Sass
Sass makes CSS fun! (by sass)
Webpacker | Sass | |
---|---|---|
57 | 221 | |
5,298 | 15,232 | |
-0.0% | 0.3% | |
2.9 | 8.5 | |
8 months ago | 3 days ago | |
Ruby | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Webpacker
Posts with mentions or reviews of Webpacker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-04.
-
React + Ruby on Rails without any gems
We will use Webpacker or JavaScript compiler and assets management. By following the webpacker installation guide, let’s add Webpacker and React to our application.
-
Collecting JavaScript code coverage with Capybara in Ruby on Rails application
For example, there is a Ruby on Rails application that uses Webpacker and has JavaScript files that are covered by the system tests. Capybara is used as the system testing tool.
-
The Rails asset pipeline, old and new
This is done through the Webpacker::DevServerProxy which is a rack middleware that is added by Webpacker.
-
Asset Pipeline JS Migration
Using Webpacker in Rails provides several advantages over the traditional asset pipeline. First, Webpacker uses JavaScript modules, which allows for better code organization and improved code reusability. Second, it offers modern frontend build tools, such as Babel and PostCSS, for transforming and compiling assets. Third, it provides faster build times and faster runtime performance through code splitting and lazy loading. Fourth, it offers better integration with JavaScript frameworks such as React, Vue, and Angular. Overall, Webpacker offers a more flexible and modern asset management solution for Rails applications. And while Webpacker is being retired, this initiative is to consolidate our code accordingly before moving our bundler to another solution.
-
Thank you Webpacker, Goodbye Webpacker
This article is replace Webpacker with Simpacker and webpack.
- Is enabling full source maps in production a wise default? (2017)
-
How to setup ruby on rails + Angular
in ruby on rails 7 what is the best way to properly install Angular because I can't find any documentation about it. The only tutorial that exists uses webpacker (https://github.com/rails/webpacker) but unfortunately it is no longer supported and no longer up to date in terms of security.
-
What is the pros and cons of using Rails asset pipeline vs. webpack to hold assets?
From the webpacker gem:
-
Webpacker can’t find application.js - fix or bypass completely?
Check this: https://github.com/rails/webpacker/issues/2825
-
Using Rails+ReactJS with Webpacker on VS Code?
instead of using webpacker you should move to esbuild or importmap. Webpacker has been retired a few months ago (cf https://github.com/rails/webpacker) There are videos explained how to set this up (e.g. for importmap https://learnetto.com/tutorials/how-to-use-react-with-rails-7
Sass
Posts with mentions or reviews of Sass.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-16.
-
Top 20 Front-End Development Tools to Use in 2025
19. Sass
-
Build Content Management System with React and Node: Beginning Project Setup
SASS - Sass, or Syntactically Awesome Stylesheets, is a CSS preprocessor that extends the functionality of CSS with features like variables, nesting, and mixins. Integrating Sass with React allows for more maintainable and modular styling by enabling the use of these advanced CSS features within React components.
-
Chapter 1: setup, CSS, version control and SASS
In addition to this, we might want to use some of the power of SASS on our site.
-
30 Best Free Tools for Frontend Developers in 2025
Website: sass-lang.com
-
Minimalist blog with Zola, AWS CDK, and Tailwind CSS - Part 1
This command will prompt a few questions, among them if you want to use SaSS compilation and if you would like to have a search enabled.
-
12 Tips and Tricks for Mastering CSS
Consider using a preprocessor: SCSS or LESS can help you structure and reuse your styles effectively.
-
At a Standstill - FAV0 Weekly #023
Supports Less/Sass/Stylus.
-
I built a browser game 🎮
SASS
-
100+ Must-Have Web Development Resources
Sass: A powerful, mature, and stable CSS extension.
-
Live_iy (Bring your static portraits to life)
Sass/Scss - CSS preprocessor
What are some alternatives?
When comparing Webpacker and Sass you can also consider the following projects:
Compass - Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Less Rails - :-1: :train: Less.js For Rails
Asset Sync - Synchronises Assets between Rails and S3
Sprockets
Autoprefixer - Autoprefixer for Ruby and Ruby on Rails