Hi,

I just updated my rails app from 2.3.5 -> 2.3.10 and started hitting
this utf-8 encoding issue in my some views. The views use gsub and
trunacate ruby functions.

invalid byte sequence in US-ASCII
 
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.10/lib/active_support/core_ext/object/blank.rb:68:in
`=~'

recmend@recmend:~/recmend/featureblogr$ rails -v
Rails 2.3.10
recmend@recmend:~/recmend/featureblogr$ ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]
recmend@recmend:~/recmend/featureblogr$

recmend@recmend:~/recmend/featureblogr$ gem -v
1.5.2

Any help on fixing this issue is appreciated.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to