Okay, let''s see.
gem install camping --source code.whytheluckystiff.net
A bunch of great stuff.
* Camping::Apps stores constants for all loaded apps.
* bin/camping can be given a directory. [1]
Like: camping examples/
* Console mode -- thank zimbatm.
Use: camping -C yourapp.rb
* Call controllers with Camping.method_missing.
Tepee.get(:Index) #=> (Response)
Blog.post(:Delete, id) #=> (Response)
(This is experimental, will probably change.)
* Using \r\n instead of \n on output.
FastCGI has these needs.
_why
[1] http://code.whytheluckystiff.net/camping/wiki/TheCampingServer