Aquarium icon indicating copy to clipboard operation
Aquarium copied to clipboard

An AOP library for Ruby

Results 40 Aquarium issues
Sort by recently updated
recently updated
newest added

The current documentation is hosted here https://github.com/deanwampler/deanwampler.github.io/tree/3e605ff512458b93d7761d0593be8812a51636f4/open-source/aquarium Will need to move it to some other place.

When I create a pointcut like this: `my_pointcuts = Pointcut.new :invocations_of => :all_methods, :on_types => MyClass` It keep giving me this error: `uninitialized constant MyClass (NameError)` Can you help me...

With V0.7.0, I moved them to https://deanwampler.github.io/open-source/aquarium/index.html. Need a better location...

When running Rake v10.0.3, I get the following error: ``` $ rake rake aborted! uninitialized constant Rake::GemPackageTask ```

Hello, colleagues. I'm trying execute next code from the basic example ``` require 'aquarium' include Aquarium::Aspects class Foo def foo 'foo' end end Aspect.new :around, :calls_to => :all_methods, :on_types =>...

Could you add an example that adds a join point upon entering an assignment operator that does a typecheck? This would be very useful even if it only worked on...

I would like to be able to configure Aquarium once so that I can set :method_options to a particular default set of options. (Say :public, :private, :protected). It would be...

I am not sure what the purpose of the empty? part of this empty method is, but it may cause an issue when creating aspects on types that use that...

0.4.4 doesn't work with Ruby 1.9. At the moment if I wanted to try out the 1.9.1-port branch I had to put the following into my Gemfile: gem 'aquarium', "0.0.0",...

Date:2009-10-03 18:47 Priority:3 Submitted By:Dean Wampler (deanwampler) Assigned To:Dean Wampler (deanwampler) Category:Documentation State:Open Summary:Upgrade website generation to webgen 5.X Detailed description The web site doesn't build with Webgen 5.X.