RubyFlow The Ruby and Rails community linklog

Conject Now Supports Lazy Dependency Resolution

Conject, my dependency injection tool for Ruby, has a few new features you might find useful: - Lazy, on-demand dependency resolution as an optional alternative to constructor injection. - All objects in the Ruby runtime may now access their context via the #object_context accessor. - You can now omit module-name prefixes when listing dependencies in construct_with and provide_with_objects for objects in the same module. Learn more.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in