I started fresh hello world Rails project with User scaffold, and when I tried to run: rails generate action_web_push:install from the Readme I got an error:
Could not find generator 'action_web_push:install'. (Rails::Command::CorrectableNameError)
Did you mean? action_text:install
Run `bin/rails generate --help` for more options.
Is this related to the naming/path set for this gem?
Btw I added gem and run bundle install as per documentation.
Thx :)
EDIT: I found a fix I will create a PR for it :)
EDIT 2: So, when I tried to use this gem in boilerplate Hello World project, I encountered a list of issues so I will reference all the issues in the PR #14 I created and I will link the Issue in the PR as well.
I started fresh
hello worldRails project withUserscaffold, and when I tried to run:rails generate action_web_push:installfrom theReadmeI got an error:Is this related to the naming/path set for this gem?
Btw I added gem and run
bundle installas per documentation.Thx :)
EDIT: I found a fix I will create a PR for it :)
EDIT 2: So, when I tried to use this gem in boilerplate
Hello Worldproject, I encountered a list of issues so I will reference all the issues in the PR #14 I created and I will link the Issue in the PR as well.