We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the pg encoding is sql_ascii. See, https://github.com/railsmn/railsmn-dev-box/blob/master/puppet/modules/postgresql/templates/postgresql.conf.erb#L495.
sql_ascii
rails new open_camp -d postgrsql defaults to encoding = unicode.
rails new open_camp -d postgrsql
Do we want to change this to make it easy for newcomers to not have to think about this?
The text was updated successfully, but these errors were encountered:
I would prefer it to be that way, if it isn't too hard. I am not quite yet a puppetmaster ;).
Sorry, something went wrong.
fixed #1 - changed encoding to unicode
3ab81b6
fixes #1 - change encoding to unicode, the default postgresql rails e…
9438c26
…ncoding
No branches or pull requests
Currently, the pg encoding is
sql_ascii
. See, https://github.com/railsmn/railsmn-dev-box/blob/master/puppet/modules/postgresql/templates/postgresql.conf.erb#L495.rails new open_camp -d postgrsql
defaults to encoding = unicode.Do we want to change this to make it easy for newcomers to not have to think about this?
The text was updated successfully, but these errors were encountered: