asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

support for rails command interactive prompt #84

Closed stardiviner closed 8 years ago

stardiviner commented 8 years ago

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 commented 8 years ago

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