I think it's because when used in this form it assumes all of the options are url options. Try.
<%= form_tag( '/users/confirm', :method => :get ) %>
In this case you have two separate sets of options, url options and tag options.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…