Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Created May 19, 2011 06:43
Show Gist options
  • Select an option

  • Save bonyiii/980302 to your computer and use it in GitHub Desktop.

Select an option

Save bonyiii/980302 to your computer and use it in GitHub Desktop.
incomatible character encodings ruby 1.9.2
A postgresql klien library -k mindenképp kellettek ahhoz 1.9.2 alatt jó legyen a db karakter kódólás
A postgresql-base -t kellett telepíteni ahhoz, hogy a pg gem jól működjön ruby 1.9.2 alatt és rendesen kezelje az utf-8 karaktereket.
Utána letöröltem a pg -t és újra installáltam gem install -al. Nem biztos, hogy ez a lépés is kellett de ártani nem ártahat.
Error 'incompatible character encodings: ASCII-8BIT and UTF-8' with Rails 3.0.5 and Ruby 1.9.2p136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment