[#77789] [Ruby trunk Feature#12012] Add Boolean method — prodis@...
Issue #12012 has been updated by Fernando Hamasaki de Amorim.
4 messages
2016/10/27
[ruby-core:77804] [Ruby trunk Bug#12880][Feedback] rails generate but
From:
nobu@...
Date:
2016-10-29 00:44:49 UTC
List:
ruby-core #77804
Issue #12880 has been updated by Nobuyoshi Nakada.
Description updated
Status changed from Open to Feedback
Any messages when you cancelled it?
----------------------------------------
Bug #12880: rails generate but
https://bugs.ruby-lang.org/issues/12880#change-61108
* Author: Jorge Dominguez
* Status: Feedback
* Priority: Normal
* Assignee:
* ruby -v: 2.3
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Hi there,
When i do
~~~
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
---Files--------------------------------
Screen Shot 2016-10-28 at 10.29.32 AM.png (679 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>