With :target => '_blank'
in Rails view, a new browser tab
within the same browser could be launched as below.
<%= link_to 'Dataset', @dataset_url, target: '_blank' %>
However if we want to open a window in a whole new browser, how do we accomplish that?