about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2006-03-15Preparing for the 0.3.11 release with a few minor tweaks.
2006-03-15Fixed the problem with edge rails loading AR from gems rather than from edge.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-12Finalizes the new look for the config tool and makes it functional for 0.3.10.
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-08Initial fix for some edge rails problems.
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-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-03-03Add quoting for mime_map when registering the service (in case mime file is l...
2006-03-03Small tweak to make sure the stop gets through.
2006-03-02Commands now converted to new plugin setup. Implemented initial plugin loadi...
2006-02-28Renamed InstallCommand in mongrel_rails_service, with the new plugin system s...
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...
2006-02-27Added a option to select processor affinity for your mongrel service (-c INT ...
2006-02-27We must avoid the trapping of signals for win32. Modified mongrel_rails to ci...
2006-02-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-23Done some refactoring into mongrel_rails_svc. Modified it, need more testing ...
2006-02-22Moved the win32 service files so that they can be used directly as commands. ...
2006-02-21As the CGI and Handlers get bigger we'll need to separate their code out. Th...
2006-02-20Modified the Rakefile removing dependency of daemons just for win32 gem. Also...
2006-02-19Fixed the content-type finally and added a bit to let windows do CTRL-C.
2006-02-18Did the recent announcement for 0.3.5. Modified the Rakefile in prep for the...
2006-02-16Functioning CGIWrapper that does a better job of dealing with the CGI->Mongre...
2006-02-15Fix for that same content-length bug, but now fixed by gutting CGI to use Htt...
2006-02-14Added requested features for running RoR applications.
2006-02-12Release that has better Rails servicing support. Might not work in win32.
2006-02-12Initial command/plugin setup for Mongrel
2006-02-10Forgot to reset the daemonize mode.
2006-02-10Now runs rails pretty completely, if a little slower than I'd like.
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-10Created rails runner, started making it daemon capable.