Camping Version 2.0
Camping version 2.0 is now available.
Camping is a webapp framework, which aims to store a complete fledgling web application in a single file, but organised as a Model-View-Controller application.
With this release, Camping now uses Rack internally. Also new, is a cookie-based session system, which means developers should no longer require a database to use sessions. The NotFound and ServerError classes have been replaced by three new methods. More information is available at the Release Notes.