Links
SMILE Timeline
Categories
SMILE Timeline
simile_timeline
This plugin allows you to generate Simile Timeline components for pages directly from Rails
It is heavily based on the original acts_as_ferret plugin done by Kasper Weibel and a modified version done by Thomas Lockney, which both can be found on http://ferret.davebalmain.com/trac/wiki/FerretOnRails
usage: include the following in your model class (specifiying the fields you want to get indexed):
simile_timeline
Released under the MIT license.
Authors: Duncan Beevers <duncanbeevers@gmail.com>
Vitals
| Home | http://code.google.com/p/similetimelinerailshelper |
|---|---|
| Repository | http://similetimelinerailshelper.googlecode.com/svn/trunk/simile_timeline/ |
| License | OpenSource |
| Tags |
SIMILE
|
| Rating | (2 votes) |
| Owner | Duncan Beevers |
| Created | 22 March 2008 |
Comments
-
I had a lot of problems setting this up. I recommend using the following tutorials : http://openlab.savonia-amk.fi/wiki/index.php/Simile-timeline
http://simile.mit.edu/timeline/docs/create-timelines.html
And I wasn't seeing anything before I set a style element in the following ViewHelper call : <%= similetimeline(auditlogs_timeline, { :class => 'default-timeline', :style => "height: 150px; border: 1px solid #aaa"} ) %>

