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

Sprockets

Used by 12 Rails websites

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

Propshaft

Used by 9 Rails websites

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

Static files

Used by 2 Rails websites

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

Other

Used by 2 Rails websites

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