Hi, I'm trying to migrate from 2.3.5 to 2.3.6.
Everything is smooth except changed behavior of
<%= t(['key1', 'key2']) %>
In my views I'm using join on result array:
<%= t(['key1', 'key2']).join(', ') %>
after
http://github.com/rails/rails/commit/2310aef29be306704c0361f1188200f71df657df
TranslationHelper is joining array for me, why?
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en.