環境
Ruby:2.5.1
Rails:5.2.4.1
こちらを参考にRailsの環境構築をしました。
確認のために、
ruby
1rails new testApp
と入力したところ、ログが
create
create README.md create Rakefile create .ruby-version create config.ru create .gitignore create Gemfile run git init from "."
のみで、フォルダ内を確認してもbinフォルダ等が作成されません。
また作成されたフォルダに移動し、
ruby
1rails server
と入力しても、
Usage:
rails new APP_PATH [options]
Options:
[--skip-namespace], [--no-skip-namespace] Skip namespace (affects only isolated applications)
-r, [--ruby=PATH] Path to the Ruby binary of your choice
Default: C:/Ruby25-x64/bin/ruby.exe
-m, [--template=TEMPLATE] Path to some application template (can be a filesystem path or URL)
-d, [--database=DATABASE] Preconfigure for selected database (options: mysql/postgresql/sqlite3/oracle/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc)
hogehoge...
とログが出て、起動しません。
ご回答よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/04 04:20
2020/02/04 04:43
2020/02/04 05:04