I am trying to put a hyperlink in my view and it is not being rendered properly. In my view, I have: <%= link_to 'Search', 'google.com' %> the HTML source when rendered is: Search However, on the browser, it displays: Search(google.com) If I try and use a standard 'a href=', it does the same thing. Has anyone experienced this before? Thanks.