public
Description: Adds a development toolbar to your site that makes it easy to tell the difference between development, staging, and production.
Homepage: http://github.com/randy/ck_fu/tree/master
Clone URL: git://github.com/randy/ck_fu.git
ck_fu /
name age message
file MIT-LICENSE Sat Apr 19 12:18:24 -0700 2008 Adding umlatte LLC to the license file [cbartlett]
file README Sat Apr 19 09:31:31 -0700 2008 Removed NYI features from readme [randy]
file Rakefile Sat Apr 19 09:09:12 -0700 2008 First pass at making it work [randy]
file init.rb Sat Apr 19 09:09:12 -0700 2008 First pass at making it work [randy]
file install.rb Sat Apr 19 09:09:12 -0700 2008 First pass at making it work [randy]
directory lib/ Sun Jun 29 20:31:44 -0700 2008 Added an option to set the separator [randy]
directory public/ Sat Apr 19 13:13:19 -0700 2008 Changed the colors back to names [randy]
directory tasks/ Sat Apr 19 09:09:12 -0700 2008 First pass at making it work [randy]
file uninstall.rb Sat Apr 19 09:09:12 -0700 2008 First pass at making it work [randy]
README
CkFu
====

Where does the name ck_fu come from? It's a play on attachment_fu and I think curse words are funny.

This will put a bar across the top of your screen (except in production) that shows the environment, databases, 
revision, etc. Why do we
need something like this? because the development and staging sites often look identical to the production site. This 
makes it easy to tell
the difference between the sites at a glance.

Example
=======

* Run rake ck_fu:copy_styles
* Add ck_fu.css to your list of stylesheets
* Add the following directly below your <body> tag
<%= ck_fu %>

More Advanced Usage
===================

NYI

Copyright (c) 2008 umlatte LLC, released under the MIT license