turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

Blogger2: bin/rails generate model Article does not create any of the files that the article says it should. #1262

Closed olavfosse closed 4 years ago

olavfosse commented 4 years ago

After I run bin/rails generate model Article the article says that a series of files should be created. None of which are created when I run the command.

olavfosse commented 4 years ago

asciicast

olavfosse commented 4 years ago

I manage to resolve the problem by removing the blog directory and doing the exact same procedure again.

Fortunately for me and perhaps unfortunately for a future student who might face the same problem, I am not able to reproduce the issue.