Sitealizer Web Stats plugin

Plugin details

Sitealizer Web Stats lets you track visitors, referrers, robots, search terms and more. And it shouldn’t influence your site’s performance because it only saves the basic visitor information (after every 10(default) visits) in a threaded process and all the data processing is done when viewing the stats.

Websitehttp://sitealizer.rubyforge.org/ Repositoryhttp://opensvn.csie.org/sitealizer/ Author Thiago Jackiw Tags Stats LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://opensvn.csie.org/sitealizer/

To track the visitors on your entire application, just edit your ApplicationController(application.rb):

class ApplicationController < ActionController::Base
	include Sitealizer
	before_filter :use_sitealizer
end



Or to track specific controllers:

class ApplicationController < ActionController::Base
	include Sitealizer
end

class MyController < ApplicationController
	before_filter :use_sitealizer
end



Viewing the stats
--------------------
To view your stats just add "/sitealizer" to your main url:
http://www.example.com/sitealizer

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (1 older version) | Last edited by: scott, about 1 year ago