0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed dependence on the subject for the DoubleInjection#bind method. DoubleInjection.instances keys off of the subject class now. This should make it easier to transition to any_instance_of. More... almost 14 years ago
Removed dependency on the subject instance in DoubleInjection#bind by defining bind_method_that_self_destructs_and_delegates_to_method_missing. More... almost 14 years ago
MethodMissingInjection.find_or_create now takes the subject's class instead of the subject. More... almost 14 years ago
Added DoubleInjection.find and SingletonMethodAddedInjection.find. Further decoupling subject from DoubleInjection. Added ruby-debug to Gemfile. More... almost 14 years ago
Removed erroneous check for subject being a proxy for a method. More... almost 14 years ago
Starting to make instance_of_class strategy use new_instance_of. Starting to make new_instance_of support chaining. More... almost 14 years ago
Merge branch 'master' into simple_instance_of More... almost 14 years ago
Removed unnecessary usage of strong. More... almost 14 years ago
Merge branch 'master' into simple_instance_of More... almost 14 years ago
Renamed Injection.create to .find_or_create. More... almost 14 years ago
Removed MethodMissingInjection#dispatch_method. MethodMissingInjection#bind no longer takes the subject as an argument. More... almost 14 years ago
- Subclasses of a injected class do not have their methods overridden. More... almost 14 years ago
Added todo. More... almost 14 years ago
Merge branch 'master' into simple_instance_of More... almost 14 years ago
Merge branch 'master' of http://github.com/cldwalker/rr More... almost 14 years ago
Merge branch 'master' into simple_instance_of More... about 14 years ago
Allow subject to be bound later to Injections in preparation of any_instance_of. More... about 14 years ago
Ignoring scratch.rb. More... about 14 years ago
Implemented new version of new_instance_of and any_instance_of. Deprecated instance_of. More... about 14 years ago
Added bundler configuration. More... about 14 years ago
Inlined evaled statements. More... about 14 years ago
Anyone using rubygems should already have it loaded. See http://tomayko.com/writings/require-rubygems-antipattern More... about 14 years ago
Fixed specs for ruby 1.9.1. More... about 14 years ago
Added spec for all_instances_of. More... about 14 years ago
Documenting change. More... about 14 years ago
Added all_instances_of. More... about 14 years ago
Merge branch 'master' into any_instance_of More... about 14 years ago
Regenerated gemspec for version 0.10.11 More... about 14 years ago
Version bump to 0.10.11 More... about 14 years ago
Version 0.10.11 More... about 14 years ago