Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Rails World の初心者で、Rails テスト サーバーをデーモン モードで実行する必要があります。
aa -d フラグがあることに気付きましたが、うまくいきません..
rails -s -d
こんなはずじゃないの?
そのはず:
rails server --daemon # to kill the server kill `cat tmp/pids/server.pid` # to tail development logs for debugging tail -f log/development.log
次のコマンドを試す価値があります
$ rails s -d