前提・実現したいこと
「https://medium-company.com/ruby-on-rails-%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89/」
上記サイトを参考に開発環境を作成していました。
「rails new アプリケーション名」実行時にエラーが出てしまいました。
同じような内容で困っている方の、サイト等見て、色々試しましたが問題が解決しませんでした。
もう20時間以上悩んでます。
何か分かる方いましたら、教えてくださいませんでしょうか?
よろしくお願いいたします。
発生している問題・エラーメッセージ
Could not find gem 'sqlite3 (~> 1.4) x64-mingw32' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
該当のソースコード
C:\Users\ユーザー>rails new sample_app create create README.md create Rakefile create .ruby-version create config.ru create .gitignore create Gemfile run git init from "." ~中略~ current directory: C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.2/ext/sqlite3 C:/Ruby26-x64/bin/ruby.exe -I C:/Ruby26-x64/lib/ruby/2.6.0 -r ./siteconf20200902-12248-t412kb.rb extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: ~中略~ Results logged to C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.2/gem_make.out An error occurred while installing sqlite3 (1.4.2), and Bundler cannot continue. Make sure that `gem install sqlite3 -v '1.4.2' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: sqlite3 run bundle binstubs bundler Could not find gem 'sqlite3 (~> 1.4) x64-mingw32' in any of the gem sources listed in your Gemfile. rails webpacker:install Could not find gem 'sqlite3 (~> 1.4) x64-mingw32' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
試したこと
・「bundle install」を実行しましたが、「Could not locate Gemfile」が出力しました。
なので、Gemfileを以下の変更をしました。
gem 'sqlite3', '> 1.4' → gem 'sqlite3', '> 1.3.6'「cd sample_app」を実行し、
「cd sample_app」を実行し、「bundle install」を実行したところ、エラーは起きなかったです。
しかし、「rails s」を実行したところ、以下のエラーが出ました。
「Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.
Type 'rails' for help.」
rubyの開発環境を作るための方法をご教授ください。
補足情報(FW/ツールのバージョンなど)
Windows10
railsバージョン 「Rails 6.0.3.2」
rubyバージョン 「2.6.6p146 (2020-03-31 revision 67876) [x64-mingw32]」
sqlite3バージョン 「3.33.0」
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。