Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm playing around with MongoMapper and have cloned the repository. I'd like to start modifying the code but am new to Rails and am not sure how to do this.

share|improve this question

1 Answer

up vote 3 down vote accepted

You can checkout the github repository - http://github.com/jnunemaker/mongomapper

You can extract the source like this:

git clone http://github.com/jnunemaker/mongomapper.git

Which will create a directory with the gem's source in it.

You can then reinstall your modified version using

rake install

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.