SaaSHub helps you find the best software and product alternatives Learn more →
Propshaft Alternatives
Similar projects and alternatives to propshaft
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better propshaft alternative or higher similarity.
propshaft discussion
propshaft reviews and mentions
Posts with mentions or reviews of propshaft.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-31.
-
What's New in Ruby on Rails 8
Rails 8 also introduces Propshaft as the new asset pipeline default, replacing the long-standing Sprockets system. Sprockets served Rails developers well for over a decade, but it was designed in a different era — before the explosion of JavaScript build tools and modern browser improvements.
-
Rails 8: Introducing the New Default Asset Pipeline – Propshaft
Rails 8 changes the default asset pipeline to Propshaft. Propshaft is designed to be more lightweight and straightforward than Sprockets, making it a good fit for modern web applications. Unlike Sprockets, Propshaft focuses solely on serving traditional static assets (images, CSS, and non-JavaScript assets), letting developers choose their own JavaScript bundling tool (like esbuild or Vite).
- Propshaft: Deliver Assets for Rails
-
How to deploy a React app with Kamal (formerly known as MRSK) & GitHub Action
I have configured{:target="_blank"} the Webpack to generate bulid with hash, so with every new build, the new hash will rename the file - same as Propshaft{:target="_blank"}.
-
The Full-Stack development experience
Ruby On Rails, thanks to propshaft, closes a chapter. Welcome to 2023, where deploying JavaScript and CSS is a breeze. Welcome to the no-build era.
-
A Quick and Easy Guide to the Asset Pipeline in Rails 7
No mention of propshaft which is the true replacement for sprockets: https://github.com/rails/propshaft
-
Gnarly Learnings From June 2022
Learning about new ways to manipulate data in Ruby is always fun. This article details a way to access hash values as if they were methods via the ActiveSupport::OrderedOptions class. Initially, it wasn't clear why someone would reach for this over the default syntax, but the author pointed out that syntax can be helpful in keeping configuration files clean and readable. Apparently, this can be observed in the wild in the Propshaft (an asset pipeline library) codebase, which uses it to define config.assets in Railtie.
- How to use Bootstrap 5 in Rails 7 - Importmaps & Sprockets
-
How to Access Hash Values Like Methods in Ruby
Propshaft is an asset pipeline library for Rails. It uses OrderedOptions to define the config.assets settings, instead of creating a new configuration object. You can read the complete source on Github.
-
How to migrate rails sprockets to propshaft
Propshaft has a smaller scope than sprockets and requires you to rely on the js-bundling and css-bundling gems to handle the building of CSS and JS assets. Read the docs for an extensive upgrade guide.
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 May 2025
Stats
Basic propshaft repo stats
15
972
7.5
3 months ago
rails/propshaft is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of propshaft is Ruby.