Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 875 Bytes

2021-02-11

  • Replace webpacker with vite_rails

2020-10-24

  • Rescue from git configuration exception

2020-08-20

  • Add tests for generating postgres and mysql apps

2020-08-07

2019-02-28

  • Adds support for Rails 6.0
  • Move all Javascript to Webpacker for Rails 5.2 and 6.0
    • Use Bootstrap, data-confirm-modal, and local-time from NPM packages
    • ProvidePlugin sets jQuery, $, and Rails variables for webpacker
  • Use https://github.com/excid3/administrate fork of Administrate
    • Adds fix for zeitwerk autoloader in Rails 6
    • Adds support for virtual attributes
  • Add Procfile, Procfile.dev and .foreman configs
  • Add welcome message and instructions after completion

2019-01-02 and before

  • Original version of Jumpstart
  • Supported Rails 5.2 only