Camping v1.3 Release Notes

Release Date: 2006-02-08 // about 18 years ago
    • bin/camping: an application launcher.
    • Camping.run(request, response) now changed to controller = Camping.run(request, env)
    • ๐Ÿ‘€ This means outputting the response is the wrapper/server's job. See bin/camping, you can do a controller.to_s at the least.
    • Controllers::Base.env is the new thread-safe home for ENV.
    • ๐Ÿš… The input hash now works more like Rails params. You can call keys like methods or with symbols or strings.
    • ๐Ÿ“œ Queries are now parsed more like PHP/Rails, in that you can denote structure with brackets: post[user]=_why;post[id]=2
    • Auto-prefix table names, to help prevent name clash.
    • Helpers.errors_for simple validation.
    • Lots of empty :href and :action attributes, a bug.
    • ๐Ÿ†• New single-page flipbook RDoc template.