Skip to content
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

Rails seedを使ってデータベースにダミーデータを作成できるようにする #45

Closed
kuri0616 opened this issue Jun 19, 2024 · 0 comments · Fixed by #53
Assignees

Comments

@kuri0616
Copy link
Collaborator

ドキュメント概要

ゴール : rails db:seed コマンドを実行し「seeds.rb」に記載した定義からダミーデータを作成できるようにする。

  1. .backend/dbSchemafileを参照し、各テーブルのカラム名など現在のデータベースの定義を確認する。
  2. ./backend/db/のseeds.rbに各テーブルのダミーデータを作成する処理を書く。データ数はとりあえず10件とする。
  3. rails db:seedコマンドを実行。ダミーデータが作成できたか、各テーブルを確認する。

目的

環境構築を行なった直後は、データベースに何のデータも入っていない。
開発の中で、動作確認を行う際にはデータを用意する必要がある。
seedを使用し、コマンド1つで作成できるようにすることで全体の開発効率を高めたい。

その他

  • 不明点等あれば、こちらのissueのコメントに記載後、Slackでメンション付きで連絡お願いします。
@taku-enginner taku-enginner added this to the #45 milestone Jun 29, 2024
@kuri0616 kuri0616 modified the milestones: #45, 開発環境整備 Jul 7, 2024
@kuri0616 kuri0616 moved this to 進行中 in progaku-archive-backend Jul 7, 2024
@kuri0616 kuri0616 moved this from 進行中 to レビュー中 in progaku-archive-backend Jul 7, 2024
kakeru-one added a commit that referenced this issue Jul 27, 2024
@github-project-automation github-project-automation bot moved this from レビュー中 to 完了 in progaku-archive-backend Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants