更新到Rails 4后,我试图启动服务器,但它不会启动。 简单地说,应用程序似乎并没有得到“检测”,好像有在那里没有应用。
~ $ bundle exec rails server
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /app/vendor/ruby-2.0.0/bin/ruby
-b, [--builder=BUILDER] # Path to some application builder (...
-m, [--template=TEMPLATE] # Path to some application template (...
[--skip-gemfile] # Don't create a Gemfile
-B, [--skip-bundle] # Don't run bundle install
什么是奇怪的是,(旧的)系统的宝石将使其开始就好了,但与捆扎机。
为什么不Rails的开始呢?
我试图导航CLI的源代码,但我不能抓地力是怎么回事。
(使用边缘轨道4.0.0.beta和Ruby 2.0.0.rc)
在你想知道的情况下,这里的目录列表:
~ $ ls
app config db Gemfile lib mock Rakefile script tmp
bin config.ru features Gemfile.lock log public README.md spec vendor