Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/macournoyer/thin into async…
Browse files Browse the repository at this point in the history
…_for_rack

* 'master' of git://github.com/macournoyer/thin:
  Add hostingrails to users page
  changelog entry for last patch
  thin.c#http_field : omit parsing #defined string
  Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
  Add changelog entry for last merge
  Fix spec failing cause of newer version of Ragel skiping some useless chars when parsing.
  dont need to namespace macros
  regen parser with namespaced functions
  just making sure to namespace the parser
  requiring mongrel breaks the tests
  namepsacing
  namespacing ragel stuff
  Add gemspec file for github
  No need for COMMITTERS file anymore
  Update site users page
  • Loading branch information
raggi committed Jan 9, 2009
2 parents 0a4a4e9 + 7f0e187 commit af9b7d0
Show file tree
Hide file tree
Showing 10 changed files with 721 additions and 1,119 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,4 +1,7 @@
== 1.0.1 ? release
* Omit parsing #defined strings [Jérémy Zurcher]
* Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
* Namespace parser to prevent error when mongrel is required [cliffmoon]
* Set RACK_ENV based on environment option when loading rackup file [Curtis Summers] [#83 state:resolved]
* Fixes a warning RE relative_url_root when using a prefix with Rails 2.1.1 [seriph] [#85 state:resolved]
* --only can work as a sequence number (if < 80) or a port number (if >= 80) [jmay] [#81 state:resolved]
Expand Down
3 changes: 0 additions & 3 deletions COMMITTERS

This file was deleted.

0 comments on commit af9b7d0

Please sign in to comment.