https://github.com/railsware/clicktale
Clicktale rails plugin by Railsware
https://github.com/railsware/clicktale
Last synced: 3 months ago
JSON representation
Clicktale rails plugin by Railsware
- Host: GitHub
- URL: https://github.com/railsware/clicktale
- Owner: railsware
- License: mit
- Created: 2009-04-03T12:21:07.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2010-03-31T11:36:26.000Z (almost 16 years ago)
- Last Synced: 2025-10-07T14:34:01.866Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 51
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Clicktale
=========
You should specify Clicktale.project_id and Clicktale.ratio in your environment.
1. Put your settings into initializer
Example: config/initializers/clicktale.rb
Clicktale.project_id = '1212'
Clicktale.ratio = '0.5'
2. Call <%= clicktale_tracker %> from view.
Copyright (c) 2009 Railsware LLC, released under the MIT license