Re: [Rails] string differences between ruby 1.8 & 1.9.3
sure but that was in the model and by the time the 'string' reached the view, the \r and \n were 'bare' (no quotes) so in my mind, they should not have been a factor at all.
On Mar 6, 2012, at 1:58 PM, Tim Shaffer wrote:
> For the simple reason that single quotes in Ruby do not allow for string interpolation (such as \r and \n), while double quotes do.
>
> On Tuesday, March 6, 2012 2:33:23 PM UTC-5, Craig White wrote:
>
> .join("\r\n") did the trick. Needed to use double quotes and not single quotes (don't understand why).
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home