about summary refs log tree commit homepage
path: root/local.mk.sample
DateCommit message (Collapse)
2009-08-17Documentation updates
* Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner.
2009-06-06local.mk.sample: publish_doc gzips all html, js, css
While we're at it, use the rsyncable flag with gzip here to reduce bandwidth usage on my end.
2009-04-25Rack 1.0.0 compatibility
Keep in mind that it's plenty possible to use Unicorn as a library without using Rack itself. Most of the unit tests do not depend on Rack, for example.
2009-04-16Fix my local.mk file to always run Rails tests
Help me ensure we never forget to run tests again.
2009-04-05local.mk: touch files after set-file-times
Avoid breaking builds just in case. set-file-times is just for the benefit of rdoc displaying modification time information in HTML pages.
2009-04-01Add local.mk.sample file that I use
The real reason for Unicorn is to popularize GNU Make as a parallel programming platform :)