Camping commits

RevisionAuthorDateDescription
246(diff)collin15 May 2008 21:21:59

Oops, thouroughly messing things up in the wrong way :)

245(diff)collin15 May 2008 21:15:40

We're doing a class on Ruby web frameworks, but we wanted to make sure we thouroughly screwed things up first.

244(diff)quinn15 May 2008 21:12:20

Making a branch that combines haml and sequel into camping

243(diff)zimbatm31 Mar 2008 05:53:43

Removed my useless branch

242(diff)zimbatm11 Mar 2008 05:02:54

Yet another attempt to fix #147

241(diff)archengule11 Mar 2008 00:19:54

Fix ticket:150 Rakefile will now get correct svn revision

240(diff)zimbatm26 Dec 2007 17:20:53

I'm back, trying to fix #147.

239(diff)zimbatm23 Nov 2007 15:52:56

Fixed EOL issues between HTTP header and body (I hope)

238(diff)zimbatm08 Oct 2007 22:23:34

micro-fix. Full Camping::Server path needed here.

237(diff)zimbatm03 Oct 2007 00:23:16

* Introduced error 501 handling and changed NotFound and ServerError controllers to #r404 and #r500 methods. camping.rb is exactly at 4000 octets !
* Some doc fixes in man page, README, CHANGELOG. Unfortunately the rdoc are still badly parsed.

236(diff)zimbatm02 Oct 2007 18:21:48

micro-optimizations and fix for ticket #96 : more strictness for Helpers#R()

235(diff)zimbatm02 Oct 2007 01:49:34

Removed Markaby as a direct dependency. As AR, it is loaded on demand.

234(diff)zimbatm01 Oct 2007 01:41:53

ActiveSupport dependency gone ! H is now simply inheriting from Hash.