| 312 | | === Adding a timeline === |
| | 312 | === Adding a time line === |
| | 313 | |
| | 314 | Our sample database contains a lot of events in history, so it would be cool if we had some graphical way to browse them. To do so, we'll need the "[http://www.simile-widgets.org/timeline/ simile timeline]" plugin which is included in the muruca-widgets gem. Since we already installed that in the previous step, we just need to do a |
| | 315 | |
| | 316 | {{{ |
| | 317 | #!sh |
| | 318 | jruby script/generate simile_timeline |
| | 319 | }}} |
| | 320 | |
| | 321 | Now we can add the `timeline_includes` to the <head> section of the `layouts/sources.html.erb` |
| | 322 | |