No commit activity in last 3 years
No release in over 3 years
Rails Gegm to extends Bootstrap with some additional features. Source http://jasny.github.io/bootstrap/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0

Runtime

>= 3.0
 Project Readme

jasny-bootstrap-rails (3.1.3.0)

The original Jasny Bootstrap extension can be found here: http://jasny.github.io/bootstrap/. This is only a gem containing a release version for easier use with Ruby on Rails.

How to Use

Add and install this gem

Add into your Gemfile

gem 'jasny-bootstrap-rails'

You also need to require bootstrap. As there are different packages (sass/less) there is no fixed requirement:

gem 'twitter-bootstrap-rails'
or
gem 'bootstrap-sass'
or
...

In your Rails directory run

bundle install

Add the needed parts to your asset pipeline, after your bootstrap requires

Add into your application.js

//= require jasny-bootstrap.min

Add into your application.css

*= require jasny-bootstrap.min

Note

There are some alternatives to this Gem out in the wild but i havent found any close to up to date.