Created
November 18, 2011 21:24
-
-
Save RyanScottLewis/1377795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for the pull request! Before I can pull it though, two things need changed: | |
Tests! A lot of people are using MongoMapper, so we want to make sure we don't break this in the future. | |
I don't like manually deleting the options for the connection string. What do you think about having driving options nested with the other connection settings? Something like: | |
MongoMapper.config = {'development' => {:port => 12345, :options => {:pool_size => 5}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment