Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Fedena をインストールしていますが、2 週間苦労しています。私が走るとき
rake db:migrate
このエラーが発生します
データベース構成でアダプターが指定されていません。
あなたの説明は、いくつかの情報が欠落していることを示しています。
config/database.yml (「development:」の下) で MySQL データベースの詳細を更新します。
「adapter: mysql」という行が利用可能であることを確認してから、
コマンド「bundle exec rake db:create」を実行します。これにより、必要なデータベースが作成されます。