On my site a user has a personal profile with a link to his personal external website. The url of the sites I store in a postgresql database under the name website>
You can try with this below code:
<%= link_to "your label", "your link with http", :target => "_blank" %>
This will create a link that opens in a new tab.