Ruby on Rails のページを開こうと、ターミナルで以下のコードを打ちました。
% rails s => Booting Puma => Rails 6.0.3.4 application starting in development => Run `rails server --help` for more startup options Puma starting in single mode... * Version 4.3.6 (ruby 2.7.2-p137), codename: Mysterious Traveller * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://127.0.0.1:3000 * Listening on tcp://[::1]:3000 Use Ctrl-C to stop Started GET "/" for ::1 at 2020-11-17 01:20:19 +0900 ActiveRecord::NoDatabaseError (FATAL: database "ooeakio_development" does not exist ): activerecord (6.0.3.4) lib/active_record/connection_adapters/postgresql_adapter.rb:50:in `rescue in postgresql_connection' activerecord (6.0.3.4) lib/active_record/connection_adapters/postgresql_adapter.rb:33:in `postgresql_connection' activerecord (6.0.3.4) ・ ・ ・ (省略) ・ ・ ・ puma (4.3.6) lib/puma/configuration.rb:228:in `call' puma (4.3.6) lib/puma/server.rb:713:in `handle_request' puma (4.3.6) lib/puma/server.rb:472:in `process_client' puma (4.3.6) lib/puma/server.rb:328:in `block in run' puma (4.3.6) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
とコードがかえって、ターミナルが動かなくなります。どうすれば良いか教えてください。
よろしくお願いします。
DBつくったのでしょうか。
rails s打つまでの過程で正しく必要な環境構築されてるのでしょうか。
回答1件
あなたの回答
tips
プレビュー