无法在下载的github文件上运行rails服务器

时间:2015-02-11 12:47:23

标签: ruby-on-rails ruby

我从github(https://github.com/raderj89/blocipedia)下载了一个文件,我现在想用rails s运行它,但是遇到了错误:

我这样做了;

  • 捆绑安装
  • gem install activerecord-postgresql-adapter

但是当我运行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)

1 个答案:

答案 0 :(得分:0)

将postgresql适配器添加到Gemfile:

gem 'pg'

然后运行bundle install