LoginSignup
0
0

More than 3 years have passed since last update.

rails チュートリアル2週目~ヘルスケアwebサービスを自分で作る医者の日記~

Posted at

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の仕組みわからない
いい理解方法ないものか

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0