Injection 1.0.0 review

Download
by rbytes.net on

Injection is a simple dependency injection plugin for Rails

License: GPL (GNU General Public License)
File size: 0K
Developer: Micah Alles
0 stars award from rbytes.net

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