SourceRoute
Wrapper of TracePoint
Dependency
ruby 2
Installation
Add this line to your application's Gemfile:
gem 'source_route'
And then execute:
$ bundle
Or install it yourself as:
$ gem install source_route
Usage
SourceRoute.enable /ActiveRecord/
Contributing
- Fork it ( https://github.com/raykin/source_route/fork )
- 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 a new Pull Request
TODO
Add debug option to provider more verbose messages of what has happened