We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using the gem and it showed me the error: "Could not find generator comment."
The text was updated successfully, but these errors were encountered:
I just generated a new Rails 4.10 app, added it to the Gemfile, bundled and ran:
~/foobarbaz > rails g comment create app/models/comment.rb create db/migrate/20140729032513_create_comments.rb
Sorry, something went wrong.
I'm getting the same issue on Rails 4.2.0
$ rails g comment Could not find generator 'comment'. Maybe you meant 'model' or 'mailer' or 'assets' Run `rails generate --help` for more options.
I just ran rails g comment on a Rails 4.2.2 project with acts_as_commentable 4.0.2 and it works fine.
rails g comment
$ rails g comment create app/models/comment.rb create db/migrate/20150521003238_create_comments.rb
No branches or pull requests
I tried using the gem and it showed me the error:
"Could not find generator comment."
The text was updated successfully, but these errors were encountered: