https://github.com/DigitalNZ/plug#getting-started
Instructions in Getting Started section suggests you can generate db migrations for plug. After running rails g plug:install:migrations (per the docs) an error is raised. No command exists for this rails generator. What up with that? Perhaps the Readme needs updating.
Running Ruby v2.3.1-p112 and Rails v5.2.0
https://github.com/DigitalNZ/plug#getting-started
Instructions in Getting Started section suggests you can generate db migrations for plug. After running
rails g plug:install:migrations(per the docs) an error is raised. No command exists for this rails generator. What up with that? Perhaps the Readme needs updating.Running Ruby
v2.3.1-p112and Railsv5.2.0