On May 3, 6:19 pm, Fresh Mix <[email protected]> wrote: > > I have <%= @xxx %> on view, and it prints false. > > Also I have tested many words from model, and all was false. > > for row in @results > if speller.check(row["word"]) > ... > > I have this problen only with russian words, english works fine.
You should have said that from the start :-). This points to an encoding problem, eg the default encoding used to read your source file being different from whatever was being used by irb (which may depend on terminal settings etc). Fred > -- > Posted viahttp://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 [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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

