railsチュートリ
の3章初めからてこずった
最初sqlite3 をsqlite とgemfileに書いて
失敗
その後 書き直して add commit heroku にpushするも
デプロイできず
heroku run rails
するも
Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). (Gem::LoadError) heroku
となる。
herokuはsqlite3いらないんじゃなかったの?
bundle install --without production でsqlite3はのぞいているのに
remote: ###### WARNING:
remote:
remote: Detecting rails configuration failed
remote: set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
remote:
remote:
remote: ###### WARNING:
remote:
remote: No Procfile detected, using the default web server.
が結局残ったがデプロイできた
誰がこの辺の理屈教えてください。
次回は3.2
あとgitの仕組みわからない
いい理解方法ないものか