Injection 1.0.0 review
DownloadInjection is a simple dependency injection plugin for Rails
|
|
Injection is a simple dependency injection plugin for Rails. Injection allows you to inject ojects into your controllers which have been described in a yaml file (config/objects.yml).
By using constructor injection for controllers, it becomes easy to test the controllers use of such objects using dynamic mocks.
Installation:
$ script/plugin install svn://rubyforge.org//var/svn/injection/tags/injection
Injection 1.0.0 keywords