Skip to content
New issue

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

support for rails command interactive prompt #84

Closed
stardiviner opened this issue Feb 12, 2016 · 1 comment
Closed

support for rails command interactive prompt #84

stardiviner opened this issue Feb 12, 2016 · 1 comment

Comments

@stardiviner
Copy link

when I execute command projectile-rails-generate
I got this problem.

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.

@asok
Copy link
Owner

asok commented Mar 3, 2016

Yes this is an old issue, in fact a duplicate of #49

@asok asok closed this as completed Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants