I just started to learn ruby on rails. I have pg gem installed. And ‘pg’
is in both gemfile.lock and gemfile. However, it keep
getting error, “gem is not loaded, Add gem ‘pg’ to your Gemfile.”
I also have tried follow someone’s advice, delete the gemfile.lock and
re-bundle. same error came out.
I posted a question on SO, but no one answered so far.
I just started to learn ruby on rails. I have pg gem installed. And ‘pg’
is in both gemfile.lock and gemfile. However, it keep
getting error, “gem is not loaded, Add gem ‘pg’ to your Gemfile.”
Why have you posted this again? The reason there have been no replies
is probably because so few people use Windows for Rails development,
so no-one is able to help. If you switch to Linux (Ubuntu for
example) or Mac then you will have fewer problems in the first place
and will be much more likely to find help when you do have a problem.