我用这个命令创建了一个应用程序 rails new guestbook
然后我用了:-
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
请尽快回答