Monthly Archives: February 2011

RAILS: link_to current page

Using Rails 3. I wanted to generate a link to the current page being viewed, with some extra parameters, but couldn’t find an easy way just by browsing the docs. It turns out this is quite easy: link_to “My Link”, … Continue reading

Posted in programming | Tagged , | Leave a comment