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 new sample_appます。プロジェクトを作成した後、コマンドsample_appを実行しましbundle showたが、Gemfile が見つかりませんでした。 私はグーグルで、私の場合は持っているのに対し、彼らが見つけられなかった stackoverflowソリューション1 2 3を見つけました。gemfileいくつかの解決策を提案します。
rails new sample_app
sample_app
bundle show
gemfile
sample_appディレクトリにいる必要があると思います。この実行コマンドプロンプトで cd sample_appは、次に実行し bundle installます bundle show
cd sample_app
bundle install