jumpstart
jumpstart copied to clipboard
Easily jumpstart a new Rails application with a bunch of great features by default
Provide an API for applying this template to existing projects. This will use rails `app:template` command Cd to an existing project and Run. ``` rails app:template LOCATION=https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb ```
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...
Once https://github.com/rails/rails/pull/51191 is in the next Rails release, we can omit the following line: https://github.com/excid3/jumpstart/blob/edfcc4bba8546b99e60eb0feccc78cff382caa6d/template.rb#L79