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.
この行がローカルで機能する理由はありますが、Herokuはエラーをスローしますか?
where(auth.slice(:provider, :uid)).first_or_initialize.tap do |user|
乾杯!
あなたはするのを忘れているかもしれませんheroku run rake db:migrate。
heroku run rake db:migrate