# Pace::Rails TODO: Write a gem description ## Rails 4+ Include pace-rails in Gemfile: gem 'pace-rails' or you can install from latest build: gem 'pace-rails', git: 'git@github.com:drkyro/pace-rails.git' ## Usage app/assets/javascripts/application.js //= require pace/pace Pace supports a few themes. app/assets/stylesheets/application.css *= require pace/ // or You may need to restart your rails server. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request