I have to connect to a legacy postgre database wich has ENCODING = 'SQL_ASCII';. How do I set this encoding in my rails app?
|
|
|
|
|
|
|
You can set this in your database.yml:
|
||
|
|
|
|
I have to connect to a legacy postgre database wich has ENCODING = 'SQL_ASCII';. How do I set this encoding in my rails app?
|
||
|
|
|
|
You can set this in your database.yml:
|
||
|
|