MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

New release for Rails and Hotwire #509

Closed ceritium closed 3 years ago

ceritium commented 3 years ago

Hello, rack-mini-profiler has a recent PR adding support for turbo-drive, and Rails recently merged a PR that replaces "turbolinks" with "turbo"](https://github.com/rails/rails/commit/af7428c4acd0fcf9eed5c7215856594a078f23b7).

We could improve the developer experience by releasing a new version of rack-mini-profiler and adding to the rails generator enable_hotwire_turbo_drive_support = true.

SamSaffron commented 3 years ago

Sure no problems will push a release now.

ceritium commented 3 years ago

Thanks! https://github.com/MiniProfiler/rack-mini-profiler/commit/e3841878b60258c347a27e5a37556f914d0a698b

ceritium commented 3 years ago

Rails PR: https://github.com/rails/rails/pull/43134