Mongo on Rails
A Rails Railtie that use the Mongo Instrumenter API to log the Mongo runtime into the Rails Controller Runtime Logger like:
Completed 200 OK in 31ms (Views: 23.1ms | Mongo: 3.2ms)
Installation
Add this line to your application's Gemfile:
gem 'mongo_on_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mongo_on_rails
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request