0
I Use This!
Inactive

Commits : Listings

Analyzed 43 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- remove debugging statement More... almost 13 years ago
- support wrapping a specific class method. More... almost 13 years ago
Only output some things when is set More... about 13 years ago
- emit 'self' instead of the class. More useful for context/scope. This changes the callback for wraps from: old: |point, klass, method, args| new: |point, this, method, args| If you want the old 'klass' use 'this.class' - Default output now includes thread and self - Add additional methods not to wrap: {instance,class,module}_{eval,exec} - Do extra checking to ensure we don't wrap special methods for classes with no ancestors. More... about 13 years ago
- Clean up methods to not wrap - Clean up extra debug output. - Wrap Kernel::load so we can do minstrel wrapping when that is called. This fixes a bug where some MCollective classes could not be wrapped becuase they are loaded with 'load' instead of 'require' More... over 13 years ago
- Hack for not wrapping Exception, not sure if this will stay. More... over 13 years ago
- Start working on a way to grab all More... over 13 years ago
- Update readme More... over 13 years ago
- Support JRuby (don't allow wrapping of :java_send or :java_method) More... over 13 years ago
- "swap order" More... over 13 years ago
- Add notes about tracing activerecord More... over 13 years ago
- If 'load $0' fails, and it looks like a program name, like "puppet", check the PATH for it and try to load that. More... over 13 years ago
- Sometimes 'klass.name' is nil/empty/whatever More... over 13 years ago
- Make it work with programs that take args. (puppet, mc-ping, etc) More... over 13 years ago
- grammar More... over 13 years ago
- Enhance docs More... over 13 years ago
- remove extra output More... over 13 years ago
- add plan More... over 13 years ago
- Only skip wrapping of a few things - Add exception handling. Now :exit_exception is the 'point' if an exception is raised. - Add support for class/singleton methods (like TCPSocket.open) More... over 13 years ago
version bump More... over 13 years ago
- Add 'minstrel' tool for help running things that use rubygems Since this doesn't work in ruby1.8.7: ruby -rrubygems -r<something in rubygems> ... - Got something practical instrumenting mcollective: RUBY_INSTRUMENT="MCollective::Connector::Stomp,Stomp::Connection" \ ./minstrel =mc-ping - Do deferred wrapping. If we try to wrap a class that doesn't exist, wrap Kernel#require and after each require() call, try wrapping again. More... over 13 years ago
How to download More... over 13 years ago
try textile <pre> again More... over 13 years ago
fix formatting More... over 13 years ago
- Try to fix formatting More... over 13 years ago
- fix formatting More... over 13 years ago
- Add rdoc More... over 13 years ago
- Add packaging More... over 13 years ago
- Allow methods with blocks - Fix unintentional abort if we don't pass RUBY_INSTRUMENT More... over 13 years ago
- Add minstrel More... over 13 years ago