-
Notifications
You must be signed in to change notification settings - Fork 1
Home
orbanbotond edited this page Sep 13, 2010
·
11 revisions
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.
- RMagick
- Rails 2.3.2
Is as easy as installing a rails plugin:
./script/plugin install git://github.com/orbanbotond/click_heat_map.git
- Steps after install
-————————- - From you plugin directory run (not from Rails root):
rake db:migrate:click_heat_map
…
the rest is in the README
- - From you plugin directory run (not from Rails root):