about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Expand)
2006-04-06Version number bump before releasing.
2006-04-04Reverted a new feature from Ragel which broke the parser on certain multi-par...
2006-03-31Implements REMOTE_ADDR such that if HTTP_X_FORWARDED_FOR is set then REMOTE_A...
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-03-19Beginning of a tuning effort.
2006-03-15Can't clean at all when doing gem source and uploading win32 too.
2006-03-15Preparing for the 0.3.11 release with a few minor tweaks.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-12Implemented a pre-release gem source so people can do gem install mongrel --s...
2006-03-12Have to do a small version bump to get the fixed dependency out.
2006-03-12Wrong version number on gem_plugin dependency which is causing update errors.
2006-03-11Refactoring of Rakefiles to simplify install/uninstall gems (on POSIX).
2006-03-10Refactored the rakefiles to make them work better for the gem plugin generator.
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-04Minor fix to Rakefile so all rdoc is created.
2006-03-04Version bump to 0.3.8
2006-03-04Small fix so that rake package builds the extensions prior to making the pack...
2006-03-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-02-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-22Ups, modified it wrong before, now is ok. Modified Rakefile to include mongre...
2006-02-22Moved the win32 service files so that they can be used directly as commands. ...
2006-02-20Modified the Rakefile removing dependency of daemons just for win32 gem. Also...
2006-02-20Change to compensate for people who use CGIWrapper with bad status. Uses the...
2006-02-18Did the recent announcement for 0.3.5. Modified the Rakefile in prep for the...
2006-02-18Bumped version number.
2006-02-16Added 0.3.4 announcement to the news section.
2006-02-15Wilson B. setup a nice win32 gem build for Mongrel.
2006-02-14Bug fix for a missed require that didn't show up until ran without Rails. Si...
2006-02-14Added requested features for running RoR applications.
2006-02-12Setup Rakefile to simplify publishing the site via webgen.
2006-02-12Release that has better Rails servicing support. Might not work in win32.
2006-02-11Small bug fix for possible images not being served.
2006-02-08Fixed a bug in the Error404Handler. Created the first Rails runner script.
2006-02-02Improved the trie searching to only require one search and work more correctl...
2006-01-31removed the rdoc since rake likes to remove it
2006-01-28initial import into trunk