Skip to content
orbanbotond edited this page Sep 13, 2010 · 11 revisions

Click Heat Map Generator Plugin for Ruby on Rails

This is a small mini web app in form of ruby on rails plugin.
Its purpose is it to create a heat map of the clicks of the web visitors.

Basically it generates a click heat map for every different url on your site so please consider this while integrating in your site.

The core code is taken from Rosario but I repackaged it as a plugin.

So in this way the click heat map generation can be integrated into your app.

Requirements

  1. RMagick
  2. Rails 2.3.2

Instalation

Is as easy as installing a rails plugin:
./script/plugin install git://github.com/orbanbotond/click_heat_map.git

  1. Steps after install
    -————————
    1. - From you plugin directory run (not from Rails root):
      rake db:migrate:click_heat_map

      the rest is in the README