This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
README | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
Rakefile | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
init.rb | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
install.rb | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
js/ | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
lib/ | Thu Apr 24 10:50:24 -0700 2008 | [dustin] |
| |
tasks/ | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
test/ | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
uninstall.rb | Wed Apr 16 01:30:45 -0700 2008 | [choonkeat] |
| |
views/ | Thu Apr 24 10:50:24 -0700 2008 | [dustin] |
README
PoormansTrends ============ Plug and play trend visualisation for your data. Example ======= # Simply include the module "Poormans::Trends" in your controller # and it will gain a self-sufficient action "poormans_trends" class HelloController < ApplicationController include Poormans::Trends end # If you need to protect the action, feel free to add before_filter # or use any necessary mechanism class HelloController < ApplicationController include Poormans::Trends before_filter :authenticate, :only => :poormans_trends end Copyright (c) 2008 Chew Choon Keat, released under the MIT license




