timeliner_rails packages the timeliner jquery plugin (javascripts, stylesheets and images) for use with the rails 3.1+ asset pipeline.
Add this line to your application's Gemfile:
gem 'timeliner_rails'
Add this line to your application.js:
//= require timeliner.timelinerAdd these lines to your application.scss || application.css:
*= require timeliner/screen
*= require timeliner/responsive- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request