我在建設一個Rails應用程序的第一個部分,我不能命令Rails的服務器命令不工作(其他命令,以及)
rails server
工作,還是真的任何其他rails命令。每當我嘗試軌命令我得到的幫助屏幕像這樣:
$rails server
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice # Default: /home/sgallagher/.rvm/rubies/ruby-1.9.2- p290/bin/ruby
-b, [--builder=BUILDER] # Path to a application builder (can be a filesystem path or URL)
-m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL)
[--skip-gemfile] # Don't create a Gemfile
[--skip-bundle] # Don't run bundle install
-G, [--skip-git] # Skip Git ignores and keeps
等(它給了我同樣的「新軌道」命令,不管我把什麼命令)...
關於我的系統中可能丟失什麼或者爲什麼這些命令沒有響應的任何想法?謝謝
P.S.另一個奇怪的事情是,當我創造了這個應用程序,最初,我用命令:
rails new first_app
這實際上創建了兩個應用程序:一個名爲「新」和另一個名爲「first_app」。它也沒有創建一個默認的Gemfile。
我運行的Rails 3.1.0和Ruby 1.9.2。在Ubuntu 10.04上。
我這個問題,'捆綁EXEC軌server'我,我其實是使用Rails 3.1.0,其中,我認爲在最新的一個 –