excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

Non-english chars in "jumpstart.yml" break the app #212

Closed dourosdimitris closed 8 months ago

dourosdimitris commented 8 months ago

If for example the name is set to a greek one, the serializer raises error and the app cannot start with:

/rails/lib/jumpstart/lib/jumpstart/yaml_serializer.rb:14:in `match': invalid byte sequence in US-ASCII (ArgumentError) if (match = /^(\w+):\s*|-/.match(line))

excid3 commented 8 months ago

This is not related to the free Jumpstart.