Live Queries

<%= render partial: "queries_table", locals: {queries: @running_queries} %>

<%= button_to "Kill all connections", kill_all_path, class: "btn btn-danger" %>

You may need to restart your Rails server afterwards.