前提・実現したいこと
rails s でサーバーを起動させたい
ここに質問の内容を詳しく書いてください。
rails s コマンドでサーバーが立ち上がらなくなってしまいました。
発生している問題・エラーメッセージ
vocstartsoft:~/environment/bookers2 (main) $ rails s
=> Booting Puma
=> Rails 5.2.4.5 application starting in development
=> Run rails server -h
for more startup options
Exiting
Traceback (most recent call last):
116: from bin/rails:3:in `<main>'
…
97: from /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-5.2.4.5/lib/rails/command/base.rb:69:in `perform' 96: from /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/thor-1.1.0/lib/thor.rb:392:in `dispatch' 95: from /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/thor-1.1.0/lib/thor/invocation.rb:127:in `invoke_command' 94: from /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/thor-
…
5.2.4.5/lib/action_dispatch/routing/mapper.rb:1904:in decomposed_match' 1: from /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/actionpack-5.2.4.5/lib/action_dispatch/routing/mapper.rb:1933:in
add_route'
/home/ec2-user/.rvm/gems/ruby-2.6.3/gems/actionpack-5.2.4.5/lib/action_dispatch/routing/route_set.rb:584:in add_route': Invalid route name, already in use: 'new_user_session' (ArgumentError) You may have defined two routes with the same name using the
:asoption, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with
resources` as explained here:
http://guides.rubyonrails.org/routing.html#restricting-the-routes-created
vocstartsoft:~/environment/bookers2 (main) $
エラーメッセージ
該当のソースコード
ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。