Seamus Abshere
d8f94e6f63
Since `URI.decode_www_form` is Ruby 1.9-only, use `CGI.parse` instead
...
Conflicts:
lib/mongo/util/uri_parser.rb - replaced @TylerBrock's (temp?) fix with this one, which uses the stdlib
test/uri_test.rb - reintroduced test for conflicting URL separators... and added a new test for URL-encoded parts
2012-06-04 12:54:48 -05:00
Tyler Brock
9d859d2b5c
minor: URI.decode_www_form not available pre 1.9.x, alternative solution
2012-06-04 13:24:30 -04:00
Seamus Abshere
1454210d9f
Use ENV["MONGODB_URI"] if available.
2012-06-04 13:24:30 -04:00
Gary Murakami
64c87e93a3
[Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby
2012-04-11 11:08:04 -04:00
Tyler Brock
6944794fb2
RUBY-422 Cleanup testing output
2012-03-16 16:17:33 -04:00
Tyler Brock
a193c055ab
RUBY-404 make uri option paramaters case insensitive, test included
2012-01-30 12:06:20 -05:00
Tyler Brock
b31d51ba7a
minor: updates to uri parser for MS granularity
2012-01-26 16:52:25 -05:00
Tyler Brock
9a39987737
depricated wtimeout in favor of wtimeoutMS
2012-01-17 19:35:46 -05:00
Tyler Brock
1124918502
added journal, connectTimeoutMS and socketTimeoutMS to URI options
2012-01-17 18:45:09 -05:00
Kyle Banker
63ca1c7648
RUBY-350 allow ':' in usernames in URI
2011-11-15 16:31:21 -05:00
David E. Chen
9eaf6b7b83
Support the current MongoDB URI scheme with multiple hosts/ports separated by commas all using the same authentication and database.
2011-09-26 17:39:47 -04:00
Kyle Banker
2b835c0e48
RUBY-227 passwords in URIs can contain all
...
characters excepts commas now.
2011-01-17 11:05:24 -05:00
Kyle Banker
4e5b1a7d23
RUBY-205 RUBY-150 Support new connection URI options
2010-12-30 15:40:50 -05:00