LoginSignup
1
1

More than 3 years have passed since last update.

【Rails】本番環境とローカル環境のGemのインストール

Posted at

ちょっと詰まったので備忘録
ローカルでunicornのgemを入れたけど本番では入ってないことに

bundle exec unicorn_rails -c config/unicorn.rb -E production -D

をしてから気付く
あれーおかしいなぁと思って調べたらこちらで載っていたので参考に

Githubのmasterを反映しないといけない

masterブランチで作業してたんで反映させないと本番環境にも反映されないっぽいですね。
解説の通りmasterをpushして反映→本番環境で

git pull origin master

これで反映されたので

bundle install

いっぱいgemが入ってきてunicornも確認出来ました。
いやー詰まってたところが解消されるとやっぱ気持ちいいもんですね。

1
1
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
1
1