sinke
@sinke

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

【rails】 モデルの作成ができない

【rails】 モデルの作成ができない

Newでファイル作成

GitHubにプッシュ

モデル作成「rails generate model Post title:string start:date end:date all:boolean introduction:string」

という流れで進めていたのですが、上記を実行したところ、下記のようなエラーが発生いたしました。

発生している問題・エラー

Running via Spring preloader in process 5302
Could not find generator 'model Post title:string start:date end:date'. 
Run `bin/rails generate --help` for more options.

自分で試したこと

ここに問題・エラーに対して試したことを記載してください。

「spring stop 」をターミナルへ入力して、再度モデルを作成しようとしたら、上記と同様のエラーが発生しました。

Running via Spring preloader in process 5302
Could not find generator 'model Post title:string start:date end:date'. 
Run `bin/rails generate --help` for more options.

お手数をおかけしますが、解決するためのヒントやご助言をお願いいたします。

0

No Answers yet.

Your answer might help someone💌