Zed Shaw
2006-May-12 21:19 UTC
[ANN] New Mongrel 0.3.13 Documentation: HOWTO Do Everything
Just a quick note for a few new features/fixes available on the Mongrel pre-release and a new document that covers nearly all the big features and configurations for Mongrel. First, the document is http://mongrel.rubyforge.org/docs/howto.html and it covers: * All the start command options including the fresh -G option to generate a config for -C. * The format and usage of the MIME type file (-m option). * Using a YAML config file to set command line options (-C option). * Writing fancy Mongrel co * Improved "HOWTO":/docs/howto.html documentation with all options.nfig scripts in Ruby (-S option). * The POSIX signals Mongrel uses for restart, stop, and reload. * What the super debugging -B option produces and when to use it. * Quick start on installing the mongrel_cluster GemPlugin. The current pre-release now has the following fixes: * A fix for --num-procs and --timeout where they weren''t really being set. * A new -G option for generating YAML configs for the -C option. Everyone should update from the releases directory with: $ gem uninstall mongrel $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/ And try these out. Especially the --num-procs and --timeout since they weren''t really being set previously (damn that''s dumb). Luis is also asking to hold off on the official 0.3.13 release until he can fix up the win32 side and clean up the commands used there. He''s got goodies in the works so that win32 folks can use the same mongrel_rails script everyone else is using, but get special win:: commands for managing the services. Enjoy! -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/
Zed Shaw
2006-May-12 23:06 UTC
Re: [ANN] New Mongrel 0.3.13 Documentation: HOWTO Do Everything
Oops, sorry folks, wrong list :-) On Fri, 2006-05-12 at 17:19 -0400, Zed Shaw wrote:> Just a quick note for a few new features/fixes available on the Mongrel > pre-release and a new document that covers nearly all the big features > and configurations for Mongrel.