It’s been a long time coming, but it’s finally here: Comatose 0.8.1!
Over the next few days, I’ll be transitioning the project to Google Code and Google Groups please start using them for reporting bugs and such. Here are the important URLs:
I’ve also updated the docs to reflect the new 0.8+ way of doing things. They’ll wind up on the wiki so that they’ll be easily maintained by all.
From the changelog:
ComatoseController and ComatoseAdminController classesComatoseController#show action to correctly send an HTTP status of 404 even if it finds, and renders, a page at ‘/404’full_path to ” instead of nullComatoseDrops. Use Comatose.define_drop "drop_name", do ... end. Every method within that block should return a value for use with a Liquid and/or ERB template. Usage in a comatose page: {{ drop_name.def_name }}config.after_setup block that gets called after Comatose is setup (in the Dispatcher#to_prepare event)method_missing on the ProcessingContextFor more see the devblog