mattmccray

 
« Comatose Update | Home | Comatose v0.4 »

Comatose Screenshots

» Published July 02, 2006 under Comatose, Rails, Software
I've had some requests for screenshots of the administration ui... So, without further ado, here they are. Page List Page Delete Page Edit Page Edit - More Page Edit - Reparenting Page Edit - Preview Hmmm... After looking at the screenshots myself, I think I'm going to re-label "Expire Page Cache" to "Clear Page Cache". But still, you get the idea. That's the default administration ui that comes out of the box. It's straight CSS -- no images. You can, however, completely customize it to look like your application by running:
$ rake comatose:customize
That will copy all the necessary files to your application folders for customization. The README talks more about that.

From Version 0.5

Update! The following screen shots are from version 0.5: New-Page-List New-Page-Reordering

Technorati Tags: , ,


6 comments

07.06.06 @ 09:28 mikkel said...
Hi
Im having a hard time trying integrate this stuff into an existing app..

the migration succeeded and im able to browse the admin panel.

But im not able to view any pages…

I got map.comatose_root ‘’ in routes.rb but when i hit localhost:3000 i get

You have a nil object when you didn’t expect it!
The error occured while evaluating nil.camelize

The homepage does exsist
07.05.06 @ 23:09 Cameron Booth said...
Hi Matt,

Thanks for this plugin, I’m just checking it out a little bit, but I’m liking it a lot so far. It’s something I’ve needed often, just a small little CMS for small portions of larger projects.

Anyways, I’ve run into one catch – My app is on a subversion repository, and I’ve checked out your app as an svn:external in my /vendor/plugins directory, which all works well, and seems to get your updates, etc.

Problem is, when I run “rake comatose:customize” I think your script must do something to my hidden .svn folder in my public directory, because from that point on my subversion goes all batty.

I’m still fairly new to Rails, and also to Subversion, (from PHP/CVS), so haven’t figured out the cause..what I’ve done instead is created a new checkout, run “rake comatose:customize”, then copied the files it generates into my own project…..seems to work, but of course it’s not ideal.

If I could help fix it I would, but if you know what it is quickly you might be best at it…let me know.

Cheers!!

Cameron
07.06.06 @ 17:09 M@ said...
Cameron: D’oh! Good catch — I’ve been using the comatose:customize task before I’ve committed the plugin into SVN... Which is why I didn’t see this. It’s just copying the $comatose/resources/views over wholesale, using FileUtils.cp_r…

Probably more than you wanted to know. Suffice it to say, I’ll put in a fix for that in my next release. Which, by the way, is coming out in just a few minutes.

To fix your current install, you should be able to run rake comatose:teardown and it will remove the files it added.
07.06.06 @ 17:15 M@ said...
mikkel: What version of Rails are you running? I’m not calling camelize on anything explicitly, so I’m curious what’s going on. If you could email me the entire stack trace, I’d appreciate it.

darthapo at gmail dot com
07.07.06 @ 00:58 mikkel said...
im running 1.1.2

Here is the stacktrace

NoMethodError (You have a nil object when you didn’t expect it!
The error occured while evaluating nil.camelize):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1037:in `recognize’
/vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch’
/vendor/rails/railties/lib/fcgi_handler.rb:150:in `process_request’
/vendor/rails/railties/lib/fcgi_handler.rb:54:in `process!’
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:600:in `each_cgi’
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi’
/vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!’
/vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!’
04.27.08 @ 03:19 José Valim said...
Hi! I’m having exactly the same error as mikkel but I haven’t found a solution yet…

If You found it, can You please send me an e-mail back?

Thanks!

No trackbacks

Trackback link:

Please enable javascript to generate a trackback url


You may use Textile, or simple html tags (B,I). Feel free to use Emoticons too. Oh, and please limit yourself to only five links per comment. Anything more and you'll probably get detained by the spam police.