Gudleik Rasch wrote:
> I've been struggling with the same issue a few times, and the solution
> that worked for me was to use a different mysql driver: ruby-mysql
> 
> # in config/environment.rb:
> config.gem 'ruby-mysql'
> 
> # or in Gemfile:
> gem 'ruby-mysql'
> 
> The encoding must also be set in config/database.yml:
>  adapter: mysql
>  encoding: utf8

Still not good night ... :-)

I tried with rails 3 (rc) and this adapter ruby-mysql and now everything 
works as expected!

Thanks a lot and now finally . Good Night!

S.
-- 
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-t...@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