Comatose v0.6
Comatose 0.6 is out! Here’s a quick summary of the new stuff:
ComatoseControllerhas been split intoComatoseControllerandComatoseAdminController- Both controllers extend your
ApplicationController - The views, stylesheets, and javascripts have been updated and renamed to reflect the controller change
- Configuration via
Comatose::Optionsclass - Liquid is the default text processor
- Support for named routes
- A Getting Started Guide
- Pages now have a
created_onfield - Bug-fixes
For more, see the CHANGELOG.
Turns out I spoke too soon in my earlier post, there is a schema change. So if you're upgrading you'll need to run:
$ ./script/generate comatose_migration --upgrade --from=0.5
If you have questions/problems/feedback, drop by the Comatose project site and post in the forum or report a bug.