On May 21, 4:24 am, Ohad Levy wrote:
> which version of ruby? if its 1.87 than add this file in the
Yes, its apt installed 1.87. I just tried it and it didnt work but
thanks for the help, got any other suggestions? Im gonna try with
different ruby versions and see if it helps..
> config/initi
which version of ruby? if its 1.87 than add this file in the
config/initializers directory
cat ruby-187.rb
unless '1.9'.respond_to?(:force_encoding)
String.class_eval do
begin
remove_method :chars
rescue NameError
# OK
end
end
end
On Thu, May 21, 2009 at 8:21 AM, flas