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
when I execute command projectile-rails-generate I got this problem.
projectile-rails-generate
bundle exec rails generate scaffold Article title:string location:string excerpt:string body:text published_at:datetime --skip-migration Running via Spring preloader in process 14660 invoke active_record identical app/models/article.rb invoke test_unit identical test/models/article_test.rb conflict test/fixtures/articles.yml Overwrite /home/stardiviner/Code/learning/Ruby/Rails/learning/blog/test/fixtures/articles.yml? (enter "h" for help) [Ynaqdh]
I can't send yes to it.
The text was updated successfully, but these errors were encountered:
Yes this is an old issue, in fact a duplicate of #49
Sorry, something went wrong.
No branches or pull requests
when I execute command
projectile-rails-generate
I got this problem.
I can't send yes to it.
The text was updated successfully, but these errors were encountered: