I recently asked a question (heres the link) regarding opening a link in a new page. I found there were two answers.
:target => '_blank'
target: "_blank"
I was hoping someone could explain the difference between single and double quotations and why both of the above work. I understand the second option is only achievable on more recent versions of rails (I'm using 3.2.2).