Hi Trying to install mongo_mapper and this is the error I get.
gem install mongo_mapper
ERROR: While executing gem ... (NoMethodError)
undefined method `call' for nil:NilClass
anyone have a idea what’s wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem seems to be with the 1.6.0 version of the mongo gem that was released a couple of days ago. Installing version 1.5.2 of the mongo gem worked fine.
Try installing the mongo gem before you install mongo_mapper: