We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
db/fixtures/answers.ymlが機能しておらず、記述したデータが作成されていない
db/fixtures/answers.yml
bin/rails db:seed
bin/rails c
Answer.all
db/fixtures/correct_answers.yml
bin/rails db:seed実行後、db/fixtures/answers.ymlで記述した回答データが作成される
The text was updated successfully, but these errors were encountered:
開発環境とステージング環境のみに関係するIssueのため、ステージング環境で確認できたためcloseします。
Sorry, something went wrong.
eatplaynap
No branches or pull requests
概要
db/fixtures/answers.yml
が機能しておらず、記述したデータが作成されていない再現手順
db/fixtures/answers.yml
に6件の回答データがあることを確認bin/rails db:seed
を実行db/fixtures/answers.yml
で記述したデータが作られないbin/rails c
でAnswer.all
を確認すると、回答データが3件しかなく、すべてdb/fixtures/answers.yml
ではなくdb/fixtures/correct_answers.yml
で作られたデータであることが確認できる期待される振る舞い
bin/rails db:seed
実行後、db/fixtures/answers.yml
で記述した回答データが作成されるThe text was updated successfully, but these errors were encountered: