Displaying 2 results from an estimated 2 matches for "pluginfactory".
2006 Feb 28
1
New flexible plugin system in the works
Hi Everyone,
Just a quick message to say that I''m holding back the 0.3.7 release so I can
get this flexible plugin system going that we''ll need for the next step of
loading user defined handlers and filters.
What I''ve done is completely replaces pluginfactory with an alternative that
lets you create simple classes like so:
class Stop < Plugin "/commands"
...
end
And it''ll get registered automagically into the PluginManager. I have the
command system already doing this without problems and it is a lot faster
than Plugin factory...
2006 Feb 12
16
Mongrel 0.3.1 -- New Site/Runs Right
...kept much lower.
== 0.3.1 Changes
* This release fixes a *huge* bug in the Rails support where the
Content-length was very very wrong. People who had weird problems
downloading images should try this release and let me know the results.
* It features a new command and plugin system (thanks to pluginfactory) with
an initial start and stop command for Ruby on Rails.
* New site that was basically stolen from all sorts of Creative Commons
licensed sources. Please read the attributions page (
http://mongrel.rubyforge.org/attributions.html) so they get credit.
* Dependency problems with daemons gem solv...