No commit activity in last 3 years
No release in over 3 years
Rails 3.2+ Gem/Wrapper for 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
 Project Readme

Jasny Bootstrap Extension - For Rails

A simple wrapper for jasny's fork of twitter's bootstrap which can be found here.

Unlike rails-jasny-bootstrap-extension, this actually works.

Note that this is just the extension, not the entire fork of jasny's bootstrap. This means you will need to use this gem in conjucntion with [compass-twitter-bootstrap] (https://github.com/vwall/compass-twitter-bootstrap) or twitter-bootstrap-rails

Usage

Install the gem

gem install jasny_bootstrap_extension_rails

Add it to your Gemfile

gem 'jasny_bootstrap_extension_rails'

Bundle install

bundle install

In your application.js

//= require jasny-bootstrap

In your application.css

*= require jasny-bootstrap

And if you also want jasny's responsive

*= require jasny-bootstrap-responsive