0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

rails db:createエラーの解決例

Posted at

routes.rb:6:syntax error,unexpected keyword_end
こちらのエラーはroutes.rbの6行目に何らかの文法エラーが存在するという内容です。

routes.rbの6行目の記述の末尾に「,」が入力されていました。
「,」はアクションの間に記述するので末尾にある場合はエラーになります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?