If you're running the latest comatose, it won't copy the files, you'll
have to do that manually.
Just open up the rake file and figure out what goes where, and steal
the files from the plugin.
When the plugin starts, it'll detect customized views in the host
application.
Oh, and don't forget to restart the server, as it might not detect the
updated files if they were added after the plugin has been loaded :-)
/Morgan
On Aug 10, 12:02 pm, "Kevin Miller" <
stickmanl...@gmail.com> wrote:
> I tried removing the layouts and running
>
> tag_mashup $ rake comatose:admin:customize
> (in /projects/tag_mashup)
> Copying public files...
> cp /projects/tag_mashup/public/stylesheets
> cp /projects/tag_mashup/public/javascripts
> Copying application views...
> cp /projects/tag_mashup/app/views/comatose_admin
> Copying application layout...
> cp
> /projects/tag_mashup/vendor/plugins/comatose/tasks/../lib/comatose/tasks/.. /views/layouts/comatose_admin_customize.html.erb
> /projects/tag_mashup/app/views/layouts/comatose_admin.html.erb
> rake aborted!
> No such file or directory -
> /projects/tag_mashup/vendor/plugins/comatose/tasks/../lib/comatose/tasks/.. /views/layouts/comatose_admin_customize.html.erb
>
> (See full trace by running task with --trace)
>
> Is this path off?
>
> /projects/tag_mashup/vendor/plugins/comatose/tasks/../lib/comatose/tasks/.. /views/layouts/comatose_admin_customize.html.erb
>
> On Sun, Aug 10, 2008 at 2:51 AM, MRoderick <
roderick.mor...@gmail.com>wrote:
>
>
>
>
>
> > For the public facing pages, you can define the layouts in routes.rb
>
> > If Comatose doesn't pick up on the admin layout, then perhaps it's not
> > in the right place?
>
> > Here's a screenshot of where it should be:
> >
http://img.skitch.com/20080810-pht5e28icp4f54rrpp2fmsfpke.png
>
> > /Morgan
>
> > On Aug 10, 11:03 am, "Kevin Miller" <
stickmanl...@gmail.com> wrote:
> > > I have those files in place (they were generated) and the following
> > routes.
>
> > > map.comatose_admin
> > > map.comatose_root ''
>
> > > But the plugin is not using the custom layout. Can I change something
> > in
> > > the plugin code to force this?
>
> > > Thanks,
>
> > > Kevin
>
> --
> Kevin Miller
>
stickmanl...@gmail.com