ruby
1$rails s 2=> 3Traceback (most recent call last): 4 4: from bin/rails:4:in `<main>' 5 3: from bin/rails:4:in `require' 6 2: from /home/ec2-user/environment/~/vendor/bundle/ruby/2.6.0/gems/railties-5.2.1.1/lib/rails/commands.rb:18:in `<top (required)>' 7 1: from /home/ec2-user/environment/~/vendor/bundle/ruby/2.6.0/gems/railties-5.2.1.1/lib/rails/command.rb:44:in `invoke' 8~ `find_by_namespace': undefined method `index_by' for [Rails::Command::ServerCommand]:Array (NoMethodError)
コードは変わっていないはずが、なぜか突然rails sが起動できなくなりました。
試したこと
-db:apply
-rails serverの再起動
-pcの再起動
考えられる対処方法をご教授いただきたいです。
あなたの回答
tips
プレビュー