0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

seed_fu: herokuにrailsアプリをデプロイしたら,初期データが反映されてなかった

Posted at

#困っていたこと

railsでwebアプリケーションを完成した。よっしゃherokuにデプロイしようと思いデプロイしたところ
表示してほしいユーザーデータとかの初期データが反映されていなかった

ぼくは初期データをseed_fuといったgemを使って、開発環境では下のコマンドで初期データを投入していた

rails db:seed_fu

#結論
以下のコマンドを使えばseed_fuのデータは本番環境に反映される(herokuでは

heroku run rails db:seed_fu

以上です。なにか間違っている点などあれば、コメントお願いいたします

0
0
0

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?