このコマンドを使用して、アプリレールの新しいゲストブックを作成しました
それから私は使用しました:-
rails generate scaffold Person name:string
そしてroutes.rbでハッシュを解除しましたroot :to => 'people#index'
次に、アドレスバーに localhost:3000/people と書き込んだところ、次のエラーが発生しました:-
ActiveRecord::ConnectionNotEstablished
ActiveRecord::ConnectionNotEstablished
Rails.root: /home/rudraksha/rbtest/gbook
できるだけ早く答えてください