No commit activity in last 3 years
No release in over 3 years
Integrates Josh Sullivan's CSS3 Progress Bars into Rails and adds ActionView helpers for generation.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1
 Project Readme

CSS3 Progress Bars for Rails

Instruction

This gem assumes you're using Rails 3.1+, including the asset pipeline.

Into the Gemfile:

gem 'css3-progress-bar-rails'

Into the application.css header:

*= require 'css3-progress-bar'

In a view:

<%= progress_bar(33, :color => 'blue', :rounded => true) %>

Twitter Bootstrap Flavored (may not fully work with current version)

<%= bootstrap_progress_bar(33, :color => 'info', :striped => true) %>

Indication

Except where indicated: Copyright (c) 2017 Nicholas Fine, released under the MIT license.