search for: gem_plugin_rdoc

Displaying 3 results from an estimated 3 matches for "gem_plugin_rdoc".

2006 Mar 06
0
Mongrel 0.3.9 -- GemPlugin Based
...Big deal right? Ok, remove it and watch the status command go away: $ sudo gem uninstall mongrel_status $ mongrel_rails See, no more status command. == How It Works I''m still wrestling with the explanation of how GemPlugin works, but go ahead and read: http://mongrel.rubyforge.org/gem_plugin_rdoc/ To get an idea. It''s weird but works fantastic. == Next Steps In the push to 0.4 I''ll be implementing handlers and filters as plugins and setting up the "grand config system" so that you can attach them to URIs. This should be point at which people can literally wr...
2006 Mar 06
5
Mongrel 0.3.9 -- GemPlugin Based
...Big deal right? Ok, remove it and watch the status command go away: $ sudo gem uninstall mongrel_status $ mongrel_rails See, no more status command. == How It Works I''m still wrestling with the explanation of how GemPlugin works, but go ahead and read: http://mongrel.rubyforge.org/gem_plugin_rdoc/ To get an idea. It''s weird but works fantastic. == Next Steps In the push to 0.4 I''ll be implementing handlers and filters as plugins and setting up the "grand config system" so that you can attach them to URIs. This should be point at which people can literally wr...
2006 May 11
7
Upload progress "plugin"
mongreleers, This is a hack for adding basic upload progress support to Mongrel. Currently, you can monitor the upload of any POST. I''m sure some work needs to be done to get it functioning with Rails. Save as lib/mongrel/progress. Anyway, here''s how to start Mongrel with it: require ''mongrel'' require ''mongrel/camping'' require