jumpstart icon indicating copy to clipboard operation
jumpstart copied to clipboard

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

Open dourosdimitris opened this issue 11 months ago • 0 comments

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))

dourosdimitris avatar Mar 02 '24 00:03 dourosdimitris