about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
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.