によって新しい Rails プロジェクトを作成しましたrails new app
。次に、コマンドプロンプトにいくつかのファイルの作成が表示され、その後表示されrun bundle install
ていくつかのものが表示されました。
ただし、Gemfile を変更していくつかの新しい gem を追加し、bundle install
再度実行してそれらの gem をインストールしましたが、invalid argument
エラーが発生しました。では、bundle install を実行するにはどうすればよいでしょうか?
Rails バージョン : 3.2.1、Ruby バージョン : 1.9.3
ジェムファイルはこちら
source 'https://rubygems.org'
gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'rspec-rails', '2.0.0.beta.18'
end
group :test do
gem 'rspec', '2.0.0.beta.18'
end
gem 'jquery-rails'
アップデート
結局のところ、私は MoSync と呼ばれるものを以前にインストールしたことがあり、おそらく bundle コマンドが付属していました。そのため、 と入力bundle install
していたときに、何か他のものを実行しようとしましたが、有効な引数が見つかりませんでした。
bundle
powershellに入力してこれを見たときに明らかになりました。
MAUtil::MAFS Bundle tool
This tool is used to build a binary image of a folder on a desktop computer.
Usage:
bundle <parameters>
Parameters:
-in <input file or folder> the input files or folders to add to the
image (multiple -in directives may be added).
-out <output file> the name of the image to be created (only one).
-toUpper/-toLower change case of all file names to upper or lower
case.
Example:
bundle -in data -out anotherworld.bun -toLower