私は、既存のプロジェクトで動作するように新しいラップトップを喜んで構成しています。アプリケーションのフォルダーとそのすべてのサブフォルダーをコピーして、新しいラップトップに入れました。rails server
プロジェクトのルートでコマンドを入力してサーバーを起動できないようです。新しいプロジェクトを作成して開始しようとしましたが、問題なく動作するため、どうすればよいかわかりません。Railsのバージョンは同じで同じですGemfile
。これはrails server
コマンドの結果です:
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /home/toni/.rvm/rubies/ruby-1.9.3-p374/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
-O, [--skip-active-record] # Skip Active Record files
ETC...
ありがとう!