rails new のフラグからRailsのコンポーネントの変遷を眺める
リポジトリ
Rails 7.0.x
asset-pipeline
sprockets
propshaft (new)
With Rails 8, Propshaft is the default asset pipeline for new applications
Rails 7.0.x
css
bootstrap
sass
postcss
bulma
tailwind
Rails 7.0.x
javascript
webpack
esbuild
importmap
rollup
webpacker (消えた)
Rails 7.0.x
hotwire
turbolinks (消えた)
Rails 7.0.x
spring
puma (必須になった?)
listen (guard 設定消えた?)
Rails 7.1.x
javascript
bun
docker
Rails 7.2.x
devcontainer
brakeman
ci (GitHub Action)
rubocop
Rails 8.0.0 beta1
kamal
Rails 8.0.0 beta1
solid
Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind.
Rails 8.0.0 beta1
thruster
Thruster is an HTTP/2 proxy for simple production-ready deployments of Rails applications.