我从github(https://github.com/raderj89/blocipedia)下载了一个文件,我现在想用rails s运行它,但是遇到了错误:
我这样做了;
但是当我运行rails时,我得到了:
Please install the postgresql adapter: `gem install activerecord-postgresql- adapter` (pg is not part of the bundle. Add it to Gemfile.) (LoadError)
有关使用下载的项目启动rails服务器应该怎么做的任何线索?我正在使用mac(os 10.8.5)
答案 0 :(得分:0)
将postgresql适配器添加到Gemfile:
gem 'pg'
然后运行bundle install