Bug #12880
Updated by nobu (Nobuyoshi Nakada) about 8 years ago
Hi there, When i do ~~~ ruby rails generate controller Foo bar baz Running via Spring preloader in process 95248 create app/controllers/foo_controller.rb route get 'foo/baz' route get 'foo/bar' invoke erb create app/views/foo create app/views/foo/bar.html.erb create app/views/foo/baz.html.erb invoke test_unit create test/controllers/foo_controller_test.rb invoke helper create app/helpers/foo_helper.rb invoke test_unit invoke assets invoke coffee create app/assets/javascripts/foo.coffee invoke scss create app/assets/stylesheets/foo.scss ~~~ check the image I can cancel and the task is done. is not a bug that cant let me work, but its a bug that is a pain in the ass