-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webテキストに合わせて 7.0 を Codespaces に対応させました #85
Conversation
README.md
Outdated
$ git push -u origin main | ||
``` | ||
|
||
1. 手順1で作成したリポジトリ(ここではsample_ch11)で、「Code」から「Codespaces」タブに移動し、「Create codespace on main」をクリックすると環境構築がスタートします。しばらく待つとシンプルブラウザに「ActiveRecord::PendingMigrationError」が表示されるので、少し下の「Run pending migrations」ボタンをクリックするか、ターミナルを開いて以下のコマンドを実行するとデータベースが移行されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
手順1で作成したリポジトリ
リポジトリ作成を「手順2」に変更いただいたので、追従お願いします!😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
573a742 で対応しました🛠
``` | ||
$ git clone https://github.com/yasslab/sample_apps.git | ||
$ cd 7_0/ch11 | ||
``` | ||
|
||
2. 本番環境でのみ必要なgemはスキップして`bundle install`し、必要なフレームワークをインストールします。この時**conflictが起こった場合は、全て「n(上書きしない)」を選択**してください。 | ||
2. 本番環境でのみ必要なgemはスキップして`bundle install`します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bundle _2.4.12_ install
だけだと動かなかったのでbundle _2.4.12_ update
の記載、もしくは「1.3.1Bundler」の最後に説明があるので、セクションへのリンクがあると嬉しいかもです!✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「Codespaces 以外の環境で動かす場合」を、参考情報としました🙏
内容もシンプルに、バージョンなしに戻しています。
掲載の有無も含めて、どの程度詳しくするかは別issueにてまとめて考えようと思います🙇♀️
bc10d35
to
573a742
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございました🌷
レビューありがとうございます! |
やったこと
やること