很奇怪。我甚至尝试了一个全新的项目:
rails new abc
cd abc
rails s
输出结果为:
=> Booting WEBrick
=> Rails 4.1.1 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option)
=> Ctrl-C to shutdown server
active_support/descendants_tracker
active_support/core_ext/module/delegation
active_support/core_ext/object/to_param
active_support/core_ext/regexp
... lots more here
active_support/core_ext/array/extract_options
rack/utils
action_controller/metal/exceptions
[2015-04-23 19:35:42] INFO WEBrick 1.3.1
[2015-04-23 19:35:42] INFO ruby 2.1.2 (2014-05-08) [x86_64-darwin13.0]
[2015-04-23 19:35:42] INFO WEBrick::HTTPServer#start: pid=12738 port=3000
它没有破坏任何东西,但它使读取输出调试非常困难。
适用于所有rails
和rake
,bundle exec
内外的bundle
,而不是bundle list
或bundle install
In [54]:
import numpy as np
np.argwhere(np.array(sv) == 'a')
Out[54]:
array([[0],
[2]])
命令}
答案 0 :(得分:0)
最奇怪的事情......但是当我从rails 4.1.1更新到rails 4.2.1
时它就消失了