errbit
https://github.com/errbit/errbit
Ruby
The open source error catcher that's Airbrake API compliant
User#attributes_for_super_diff
No Docs, write some!
Edit
git clone git@github.com:errbit/errbit.git
cd errbit
open app/models/user.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-User-attributes_for_super_diff-for-pr
# Commit to gitgit add app/models/user.rbgit commit -m "better docs for User#attributes_for_super_diff"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-User-attributes_for_super_diff-for-pr
hub pull-request
# Celebrate!