Bun support now in Rails
As of Rails 7.1, you can now generate your application using the Bun JavaScript runtime.
To do so, you can pass the --javascript=bun
option to rails new
.
rails new --javascript=bun
Tweet
As of Rails 7.1, you can now generate your application using the Bun JavaScript runtime.
To do so, you can pass the --javascript=bun
option to rails new
.
rails new --javascript=bun
Tweet