「rails s」でサーバーが起動できないです。(
railsにおいて「rails s」でサーバーが起動できないです。(以下エラー文あり)
正直、上記の件、原因がわからなく困っております。
必要な情報は都度教えて頂ければ追記致します。
railsのインストールは確認できております。
sqlite3のインストールもできております。
gemのアップデートなども試しました。
一通り、ネットで同じような症状がでた方のページを拝見し上記対策を行いましたが、
上手くいきませんでした・・・。
宜しくお願いいたします。
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /Users/ryouhasegawa/.rbenv/versions/2.1.5/bin/ruby
-m, [--template=TEMPLATE] # Path to some application template (can be a filesystem path or URL)
[--skip-gemfile], [--no-skip-gemfile] # Don't create a Gemfile
-B, [--skip-bundle], [--no-skip-bundle] # Don't run bundle install
-G, [--skip-git], [--no-skip-git] # Skip .gitignore file
[--skip-keeps], [--no-skip-keeps] # Skip source control .keep files
・
・
・
Description:
The 'rails new' command creates a new Rails application with a default
directory structure and configuration at the path you specify.
You can specify extra command-line arguments to be used every time
'rails new' runs in the .railsrc configuration file in your home directory.
Note that the arguments specified in the .railsrc file don't affect the
defaults values shown above in this help message.
Example:
rails new ~/Code/Ruby/weblog
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
See the README in the newly created application to get going.
お礼
ありがとうございます! エンコードすればうまくいきました。 ひょっとしてが当たっていましたね・・・ 助かりました。