Ruby on Rails web apps using asset pipelines

View Rails web apps that manage and optimize static assets like JavaScript, CSS, and images using Rails' asset pipeline.

  • This list includes 4 asset pipelines used by Rails web apps.
  • Click on an asset pipeline to view a list of Rails web apps using it.
  • Know a Rails site using an unlisted asset pipeline? Let us know!

Asset pipelines

Propshaft

Used by 5 Rails websites

A modern, simpler asset pipeline for Rails, focused on a lightweight and configurable approach to managing and serving assets with minimal dependencies.

Sprockets

Used by 2 Rails websites

The default Rails asset pipeline (pre-Rails 8), providing powerful tools for bundling, preprocessing, and caching JavaScript, CSS, and other assets.

Static files

Used by 1 Rails website

A straightforward method of serving assets directly from the public directory without processing or bundling, suitable for simpler applications or static content.

Other

Not used by any Rails web apps yet

Refers to any custom or non-standard asset management system used in Rails, often tailored to specific project needs or integrating with newer tools.