You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2024. It is now read-only.
print_calls_in_detail(ActionDispatch::Http::URL)doActionDispatch::Http::URL.url_for(host: "www.ror.co.uk",subdomain: "api",tld_length: 2)end# ignore what happens outside the block
With stop_tracing
print_calls_in_detail(ActionDispatch::Http::URL)result=ActionDispatch::Http::URL.url_for(host: "www.ror.co.uk",subdomain: "api",tld_length: 2)stop_tracing# ignore what happens after this line
The text was updated successfully, but these errors were encountered:
With a Block
With
stop_tracing
The text was updated successfully, but these errors were encountered: