Adam Hill wrote:
> Hi, I had the same issue - I think it has something to do with the
> latest version of Authlogic possibly requiring Ruby 1.9???, whereas
> I'm running 1.8.6 on my dev machine and I see you're running 1.8.7.
> 
> The commit 53834196c8f82cac6b105126e3d267246b7b2b67 from July 2, 2009
> seems to be the issue:
> Use mb_chars when downcasing login to deal with international
> characters
> 
> Specifying the previous gem version in my Rails environment seemed to
> do the trick:
> config.gem 'authlogic', :version => "= 2.1.0"
> 
> Let me know how it goes.
> 
> On Aug 3, 4:34�am, "Rzepak G." <[email protected]>

I had the same error. authlogic version 2.1.0 didn't help. Changing 
rails version from 2.1.0 to 2.3.3 did. I'm using Ruby 1.8.6.

-- 
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to