質問編集履歴

1

rails db:migrate:resetを用いたこととそれに伴うエラー文を追記しました。

2020/10/16 12:17

投稿

nk1234
nk1234

スコア1

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,8 @@
15
15
  ![イメージ説明](dc37f91465cf21281925809016746d20.png)
16
16
 
17
17
  記載している写真と該当コードのhtmlが一緒のindex.html.erbです。
18
+
19
+ 追記:raiils db:migrate:resetを用いたのですがエラー文が出てしまいそちらも解決策がわからず行き詰っております。Rubyの下に記載しているものが該当のコードです。ファイル名は個人名だったため、fileに変更しています。
18
20
 
19
21
  ### 該当のソースコード
20
22
 
@@ -130,6 +132,30 @@
130
132
 
131
133
  ```
132
134
 
135
+ ```rails
136
+
137
+ Text file busy @ apply2files - /home/vagrant/work/file/db/development.sqlite3
138
+
139
+ Couldn't drop database 'db/development.sqlite3'
140
+
141
+ rails aborted!
142
+
143
+ Errno::ETXTBSY: Text file busy @ apply2files - /home/vagrant/work/file/db/development.sqlite3
144
+
145
+ /home/vagrant/work/file/bin/rails:9:in `<top (required)>'
146
+
147
+ /home/vagrant/work/file/bin/spring:15:in `<top (required)>'
148
+
149
+ bin/rails:3:in `load'
150
+
151
+ bin/rails:3:in `<main>'
152
+
153
+ Tasks: TOP => db:drop:_unsafe
154
+
155
+ (See full trace by running task with --trace)
156
+
157
+ ```
158
+
133
159
  ### 試したこと
134
160
 
135
161