I wanted to add a specific anchor in a link_to()โs URL in rails. This should have been a simple task, but it was quite a headache since the hash kept getting escaped into the โ%23โ code. I tried unescaping the html string using HAMLโs filters, to no avail. I also tried various forms of interpolation...
Read More