Hi,
> Its not actually clear how to get comatose to load your own layout.
> Cant get comatose.root to point to a layout which resides in app/view/
> layouts folder.
As Andrew stated it, map.comatose_root can include a :layout
parameter. If you write :layout => 'application' like Andrew did, the /
app/views/layouts/application.rhtml will get picked for all the public
part.
Another tip that can be useful: you can also create a named route with
a layout for a specific part of the site, eg:
map.comatose_footer 'information', :index => 'information',:layout =>
'my_specific_layout'
Finally, if you need to customize the admin part, use the rake
comatose:admin:customize task which will copy the necessary files to
your app and public folder. You will get a app/views/comatose_admin
folder with all the default templates, ready to be customized.
cheers!
Thibaut
--
http://blog.logeek.Fr