Comatose Update
There’s a new version of Comatose, the micro CMS plugin, out there.
I wanted to give you guys a quick heads up. This new version has a couple of breaking changes… After this release, if there are any data model changes, I’ll add a generator to the plugin that will create an ‘upgrade’ migration so you can update smoothly. But I’m hoping since it’s only been a few hours since the initial release, not too many people will have to revert anything!
If you’re not sure what Comatose is, you can read my last post on it for the background.
New Features
- Hierarchal pages
- Updated administration styles
- Page previews
- ERB pre-processing
Installation
$ ./script/plugin source http://mattmccray.com/svn/rails/plugins $ ./script/plugin install comatose $ ./script/generate comatose_migration $ rake migrate
Add to the bottom of your config/routes.rb file:
map.comatose_root ''
That’s it—you’re good to go.
There’s a lot more info, and an FAQ example, in the README.

