README.textile in housekeeper-has_activity-0.4.4 vs README.textile in housekeeper-has_activity-0.4.5
- old
+ new
@@ -1,7 +1,6 @@
-h1. HasActivity
----------------
+h1. HasActivity v0.4.5
* Originally created by Cary Dunn
* Modified functionality and additional features by HouseKeeper
** Added the ability to sum a column - giving you a total ammount from a date until now or between 2 dates
** Added Between functionality so you can get activity or sums between 2 specified dates
@@ -19,11 +18,10 @@
NOTE: MySQL only because of date functions use.
"Example Google Chart Generated":http://chart.apis.google.com/chart?cht=bvs&chs=200x50&chd=t:0,10,15,3,8,4,0,3,2,3,0,11,4,23,14,0,0,0,13,0,4,8,19,10,12,21,1&chco=336699&chbh=a,2&chds=0,23&chf=bg,s,EFEFEF&
h2. INSTALLATION
-------------------------
h3. As a standard plugin
Run the following command in your projects root
<pre><code>
@@ -59,10 +57,9 @@
</code></pre>
h2. USAGE
-------------------------
<pre><code>
class Feed < ActiveRecord::Base
# Defaults to created_at
has_activity