Automatic web page progress bar.
Include pace-rails in Gemfile:
gem 'pace-rails'
or you can install from latest build:
gem 'pace-rails', git: '[email protected]:yovu/pace-rails.git'
Add the following to your app/assets/javascripts/application.js
file:
//= require pace/pace
Pace supports a few themes, select one of the following and have fun and create your own.
In app/assets/stylesheets/application.css
, add one of the following:
Chosse a color black | blue | green | orange | pink | purple | red | silver | white | yellow
Example *= require pace/blue/pace-theme-barber-shop
/*
*= require pace/color/pace-theme-barber-shop
*= require pace/color/pace-theme-big-counter
*= require pace/color/pace-theme-bounce
*= require pace/color/pace-theme-center-atom
*= require pace/color/pace-theme-center-circle
*= require pace/color/pace-theme-center-radar
*= require pace/color/pace-theme-center-simple
*= require pace/color/pace-theme-corner-indicator
*= require pace/color/pace-theme-fill-left
*= require pace/color/pace-theme-flash
*= require pace/color/pace-theme-flat-top
*= require pace/color/pace-theme-loading-bar
*= require pace/color/pace-theme-mac-osx
*= require pace/color/pace-theme-minimal
*/
You may need to restart your Rails server.
- 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