[Rails] Re: Encoding error

2012-02-13 Thread Felipe Pieretti Umpierre
I resolved this problem, after re install my ubuntu, and start another project, I got the same error, so I put mysql2 as adapter and restart my server. Thank you. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on

Re: [Rails] Re: Encoding error

2012-02-08 Thread Everaldo Gomes
Hi! Try to follow Jefrey tip. Because he said that mysql adapter returns ASCII-8bit. You must use adapter: mysql2 Regards, Everaldo On Tue, Feb 7, 2012 at 9:10 PM, Felipe Pieretti Umpierre li...@ruby-forum.com wrote: Ok, I put the encoding: utf8 development: adapter: mysql encoding:

[Rails] Re: Encoding error

2012-02-07 Thread Felipe Pieretti Umpierre
Ok, I put the encoding: utf8 development: adapter: mysql encoding: utf8 database: mailler_development reconect: false username: mailler password: pool: 5 timeout: 5000 so my list.html.erb when I have this line of code td%= g.description.force_encoding( utf-8 ) %/td so this was

[Rails] Re: Encoding error

2011-09-05 Thread Frederick Cheung
On Sep 4, 7:53 pm, Ilya Boltnev roadtounive...@gmail.com wrote: I create scaffold and trying to save text with cirllic symbols i recieved: Encoding::UndefinedConversionError: U+043F from UTF-8 to US-ASCII: my database charset is utf8 in database.yml encoding:utf8 why rails is still trying

[Rails] Re: Encoding error in sent mails

2011-09-03 Thread Frederick Cheung
On Sep 3, 1:29 am, Nathan Le Ray oyok...@gmail.com wrote: I did not have tried to display it in my mails client because I'm still in development. You think the client will not be disturbed by this? I don't believe so, but you should definitely try that since it's what your users will be

[Rails] Re: Encoding error in sent mails

2011-09-03 Thread Nathan Le Ray
I will investigate that. Thank you Frederick. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/zZZ3y9SGP6kJ. To post to this group, send email to

[Rails] Re: Encoding error in sent mails

2011-09-02 Thread Nathan Le Ray
I did not have tried to display it in my mails client because I'm still in development. You think the client will not be disturbed by this? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit