Closed Sammidysam closed 10 years ago
Double, and for the second I don't have a strong preference, but I would generally prefer the first (newer) syntax.
@four04?
Double quotes, always. If you see something autogenerated that uses single, change it. And I would prefer the newer syntax, especially for things like link_to
tags (where I believe you saw that)
Okay, we will use double quotes and the newer syntax then. Thanks for letting me know.
What is preferred?
Single or double quotes for a Ruby string?
class: "thing"
or:class => "thing"
?