ローカルでコード書いてherokuにあげるときにやるべきこと
アセットプリコンパイラ
rake assets:precompile RAILS_ENV=production
ソースコードをgitでpush
git add .
git commit -m '任意のコメント'
git push heroku master
db周り
heroku run rake db:migrate RAILS_ENV=production
Go to list of users who liked
More than 5 years have passed since last update.
ローカルでコード書いてherokuにあげるときにやるべきこと
アセットプリコンパイラ
rake assets:precompile RAILS_ENV=production
ソースコードをgitでpush
git add .
git commit -m '任意のコメント'
git push heroku master
db周り
heroku run rake db:migrate RAILS_ENV=production
Register as a new user and use Qiita more conveniently
Go to list of users who liked