Camping v2.0 Release Notes

Release Date: 2010-04-09 // about 14 years ago
    • Speed-up of Camping::Mab (thanks zimbatm!)
    • @state is now an alias of @env['rack.session']
    • Camping.use injects a Rack middleware.
    • ⚡️ Update Flipbook to RDoc 2.4
    • ✂ Removed old examples.
    • ⚡️ Updated examples/blog.rb
    • Camping::Apps returns!
    • ⏱ Session-cookies now timeout naturally (thanks jenna!)
    • You can now throw :halt to halt the response in a helper.
    • 🔀 Camping::H#u is gone (was an alias to merge!)
    • Camping::Session now uses session-cookies. The AR-backend is gone for now.
    • camping/db.rb has been renamed to camping/ar.rb.
    • Camping now uses Rack internally. Every app responds to #call.