public
Description: A Rails plugin which collects and reports system information inside HTML comments.
Homepage:
Clone URL: git://github.com/latimes/simply_tabby.git
simply_tabby / README
100644 21 lines (13 sloc) 0.531 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SimplyTabby
===========
 
This plugin takes advantage of a Rails 2.0 feature, 'Multiple Controller View Paths'.
 
tab·by –noun:
a spiteful female gossip or tattler.
 
SimplyTabby is a plugin which collects system information, only to turn around and
"be a tabby".
 
This plugin renders system information in <!-- HTML comments -->.
 
Example
=======
 
To use SimplyTabby, include the following code in your layout just before </body>.
  <%= SimplyTabby.do_tell %>
 
Copyright (c) 2008 Los Angeles Times, released under the MIT license