TimelinerRails
timeliner_rails packages the timeliner jquery plugin (javascripts, stylesheets and images) for use with the rails 3.1+ asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'timeliner_rails'
Usage
Add this line to your application.js
:
//= require timeliner.timeliner
Add these lines to your application.scss
|| application.css
:
*= require timeliner/screen
*= require timeliner/responsive
Contributing
- 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