Skip to content

Commit

Permalink
We've gone 1.0 and become the default
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh authored Sep 10, 2024
1 parent a901417 commit 2c9bd38
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So that's what Propshaft doesn't do. Here's what it does provide:

## Installation

With Rails 7+, you can start a new application with propshaft using `rails new myapp -a propshaft`. For existing applications, check the [upgrade guide](https://github.com/rails/propshaft/blob/main/UPGRADING.md) which contains step-by-step instructions.
With Rails 8, Propshaft is the default asset pipeline for new applications. With Rails 7, you can start a new application with propshaft using `rails new myapp -a propshaft`. For existing applications, check the [upgrade guide](https://github.com/rails/propshaft/blob/main/UPGRADING.md) which contains step-by-step instructions.

## Usage

Expand Down Expand Up @@ -47,11 +47,6 @@ On the other hand, if you're already bundling JavaScript and CSS through a Node-
But for greenfield apps using the default import-map approach, Propshaft can also work well, if you're able to deal with vanilla CSS.


## Will Propshaft replace Sprockets as the Rails default?

Most likely, but Sprockets needs to be supported as well for a long time to come. Plenty of apps and gems were built on Sprocket features, and they won't be migrating soon. Still working out the compatibility story. This is very much beta software at the moment.


## License

Propshaft is released under the [MIT License](https://opensource.org/licenses/MIT).

0 comments on commit 2c9bd38

Please sign in to comment.