Link To Current Page With Params Discussion
one 'gotcha' on this.
If you're using turbo, then rails no longer seems able to use a hash to construct the url.
you get a rendering error like:
ActionView::Template::Error: No route matches {:tag=>"one"}
edit: specifically if you're using a broadcast callback on your model to update a frame. The broadcast doesn't 'know' about the current request.