How to create an anchor and redirect to this specific anchor in Ruby on Rails
问题 I'm trying to create unique anchors for every comment on my blog so a person can take the url of an anchor and paste it in their browser, which will automatically load the page and scroll down to the point in the page where their comment starts. Perhaps I'm going about this the wrong way but I've tried this which was to no avail. Comment view - Fail 1 - when pasted in a browser this link does not scroll down to the desired position <%= link_to '#', :controller => 'posts', :action => 'show',