Plugins - Sitealizer Web Stats

StarAdd to favorites

This plugin lets you track visitors, referrers, robots, search terms and more. And all the data processing is done when viewing the stats and not when saving the data, so it shouldn’t influence on your site’s performance.

Usage

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

Thiago Jackiw

http://sitealizer.rubyforge.org

http://opensvn.csie.org/sitealizer

Ruby's

  • Currently 4.7/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Statistics and Logs

Tags

Comments

Add a comment
Guillaume 21 Apr 2008

I had a "layout not found" error while trying to load the view /sitealizer/. To fix this, I added the following line to init.rb :: SitealizerController.view_paths = [File.join(directory, 'lib/app/views')]

tomas 29 Apr 2007

It doesn't work for me: uninitialized constant UserController::Sitealizer with rails (1.2.3)

Gwyn Morfey 14 Mar 2007

Seems to require Rails 1.2 + Engines 1.2 (will throw "uninitialized constant SitemeterController" otherwise). This is probably obvious, but caught me..

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.
Recruiting software

Have a comment?