GithubHelp home page GithubHelp logo

tyraeltong / bootstrap-rails Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xdite/bootstrap-rails

1.0 1.0 0.0 1.78 MB

Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3 projects

Home Page: https://github.com/anjlab/bootstrap-rails

Ruby 100.00%

bootstrap-rails's Introduction

Twitter Bootstrap v 2.0.2 for Rails 3

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

anjlab-bootstrap-rails project integrates Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3 projects

Rails > 3.1

Include Bootstrap in Gemfile;

gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails'

or you can install from latest build;

gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
                              :git => 'git://github.com/anjlab/bootstrap-rails.git'

and run bundle install.

Stylesheets

Add necessary stylesheet file to app/assets/stylesheets/application.css

*= require bootstrap
*= require responsive

You can override bootstrap variables:

  1. replace *= require bootstrap with *= require app_bootstrap
  2. create app_bootstrap.css.scss :
// change colors
$linkColor: red;

// change grid
$gridColumnWidth: 70px;
$gridGutterWidth: 10px;

// import original bootstrap
@import "bootstrap";
@import "responsive";

NOTE: restart pow if you are using it.

Javascripts

Add necessary javascript(s) files to app/assets/javascripts/application.js

// Include all twitter's javascripts
//= require bootstrap

// Or peek any of them yourself
//= require bootstrap-transition
//= require bootstrap-alert
//= require bootstrap-modal
//= require bootstrap-dropdown
//= require bootstrap-scrollspy
//= require bootstrap-tab
//= require bootstrap-tooltip
//= require bootstrap-popover
//= require bootstrap-button
//= require bootstrap-collapse
//= require bootstrap-carousel
//= require bootstrap-typeahead

Upgrade notes from 1.4

For Developers

  • Fork this repo if you want fix rails integration bug
  • Fork SASS repo if you want fix SASS bug

Thanks

Thanks Twitter for Bootstrap http://twitter.github.com/bootstrap

Inspired by Seyhun Akyürek and his twitter-bootstrap-rails gem

License

Copyright (c) 2011 AnjLab

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bootstrap-rails's People

Contributors

aaronj1335 avatar adamnbowen avatar alepee avatar caniszczyk avatar cheeaun avatar daniel-liuzzi avatar dhs avatar fat avatar huacnlee avatar igorbozato avatar karthikv avatar kasperp avatar lmjabreu avatar matthewpennell avatar mdo avatar nickveys avatar pamelafox avatar pthrasher avatar purcell avatar rafbm avatar sankage avatar smaboshe avatar soffes avatar tigraine avatar tinyfly avatar vecdeque avatar weslly avatar workwithnano avatar xdite avatar yury avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.