about summary refs log tree commit homepage
path: root/lib/mongrel/plugins.rb
DateCommit message (Expand)
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-06Small bit of code from previous mongrel_plugins design fixed.
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...
2006-03-05Fixed up unit tests and cleaned up more of the gem plugin code. Temporarily ...
2006-03-05New plugin loading system that works entirely with rubygems rather than custo...
2006-03-02Removed a debugging printout and fixed a failing test related to plugins.
2006-03-02Commands now converted to new plugin setup. Implemented initial plugin loadi...
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...
2006-02-28Implemented the basic plugin system for Mongrel to replace pluginfactory with...