codeclimate/mongo-ruby-driver

Name: mongo-ruby-driver

Owner: Code Climate

Description: Ruby driver for MongoDB

Created: 2016-01-29 21:48:47.0

Updated: 2016-01-29 21:48:49.0

Pushed: 2017-01-27 16:54:07.0

Homepage: http://api.mongodb.org/ruby

Size: 31790

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MongoDB Ruby Driver Build Status Code Climate Gem Version

The officially supported Ruby driver for MongoDB.

Documentation

Documentation is located here.

API docs can be found here.

Support & Feedback

For issues, questions or feedback related to the Ruby driver, please look into our support channels. Please do not email any of the Ruby developers directly with issues or questions - you're more likely to get an answer quickly on the mongodb-user list on Google Groups.

Bugs & Feature Requests

Do you have a bug to report or a feature request to make?

  1. Visit our issue tracker and login (or create an account if necessary).
  2. Navigate to the RUBY project.
  3. Click 'Create Issue' and fill out all the applicable form fields.

When reporting an issue, please keep in mind that all information in JIRA for all driver projects (ex. RUBY, CSHARP, JAVA) and the Core Server (ex. SERVER) project is PUBLICLY visible.

PLEASE DO

PLEASE DO NOT

Running Tests

The driver uses RSpec as it's primary testing tool. To run all tests simple run rspec.

To run a test at a specific location (where 42 is the line number), use:

rspec path/to/spec.rb:42
Security Issues

If you?ve identified a potential security related issue in a driver or any other MongoDB project, please report it by following the instructions here.

Release History

Full release notes and release history are available here.

License

Copyright © 2009-2015 MongoDB, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.