LoginSignup
0
0

More than 1 year has passed since last update.

Rails Tutorialで詰まったところのまとめ 第1章

Posted at

◎コードをWebページに反映させるには「git push heroku」をターミナルで実行(デプロイ)しなければならない

◎「rails server」を実行する際は、「cd ~/environment/hello_app/」でカレントディレクトリを変更してあげる必要あり

◎「heroku create」ができるのは5つまで ▶ 5つ作成したら「heroku apps」でappIDを確認して、「heroku destroy --app 」で削除する

◎リスト1.19 「bundle install --without production」を実施する際は、「cd ~/environment/hello_app/」でカレントディレクトリを変更してあげる必要あり

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