On 16 June 2010 21:01, Greg Donald <gdon...@gmail.com> wrote:
> On Wed, Jun 16, 2010 at 2:39 PM, Pale Horse <li...@ruby-forum.com> wrote:
>> If you want consistency, consistently use double quotations.
>
> Always using double quotes causes every string to be interpolated,
> often when not required.  Single quoted string are not interpolated,
> saving CPU cycles.  Computer science 101.

Looking at the original post it appears he is talking about
single/double quotes in the html, not in Ruby code.  Interpolation is
therefore not occurring.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to