Take the 2008 Git User's Survey and help out! [ hide ]

public
Fork of choonkeat/poormans-trends
Description: Plug and play trend visualisation for your data.
Homepage: http://blog.choonkeat.com/weblog/2008/04/poor-mans-trend.html
Clone URL: git://github.com/dustin/poormans-trends.git
Search Repo:
choonkeat (author)
Wed Apr 16 01:30:45 -0700 2008
commit  5fede82c12c25736bdbdb5c6326ad5e6ff7381bf
tree    54bcebf060973f76ad1059a4783b82ce8ed31102
name age message
folder MIT-LICENSE Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder README Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder Rakefile Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder init.rb Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder install.rb Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder js/ Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder lib/ Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder tasks/ Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder test/ Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder uninstall.rb Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
folder views/ Wed Apr 16 01:30:45 -0700 2008 init [choonkeat]
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