Skip to content

Commit

Permalink
Add documentation about Hotwire TurboDrive support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceritium committed Jun 16, 2021
1 parent 08e7512 commit 4a1147c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -413,6 +413,7 @@ snapshots_transport_auth_key|`nil`|`POST` requests made by the snapshots transpo
snapshots_redact_sql_queries|`true`|When this is true, SQL queries will be redacted from sampling snapshots, but the backtrace and duration of each SQL query will be saved with the snapshot to keep debugging performance issues possible.
snapshots_transport_gzip_requests|`false`|Make the snapshots transporter gzip the requests it makes to `snapshots_transport_destination_url`.
content_security_policy_nonce|Rails: Current nonce<br>Rack: nil|Set the content security policy nonce to use when inserting MiniProfiler's script block.
enable_hotwire_turbo_drive_support| `false` | Enable support for Hotwire TurboDrive page transitions.

### Using MiniProfiler with `Rack::Deflate` middleware

Expand Down

0 comments on commit 4a1147c

Please sign in to comment.