README.md in anjlab-bootstrap-rails-3.0.2.0 vs README.md in anjlab-bootstrap-rails-3.0.3.0
- old
+ new
@@ -1,7 +1,7 @@
-# Twitter Bootstrap v3.0.1 for Rails 3/4
-Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
+# Bootstrap v3.0.3 for Rails 3/4
+Bootstrap is a toolkit originated at Twitter that's designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
Note: if you are looking for bootstrapped date and time pickers please take a look at [anjlab-widgets](https://github.com/anjlab/anjlab-widgets) gem.
anjlab-bootstrap-rails project integrates Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3/4 projects
@@ -17,19 +17,19 @@
You can install from latest build via git
``` ruby
-gem 'anjlab-bootstrap-rails', '~> 3.0.1.0', :require => 'bootstrap-rails'
+gem 'anjlab-bootstrap-rails', '~> 3.0.3.0', :require => 'bootstrap-rails'
```
and run bundle install.
## Stylesheets
1. Rename application.css to application.css.scss
-2. Import twitter bootstrap `@import "twitter/bootstrap";`
+2. Import bootstrap `@import "twitter/bootstrap";`
3. You can override vars above `@import "twitter/bootstrap";`
```scss
// change colors
@@ -44,11 +44,11 @@
## Javascripts
Add necessary javascript(s) files to app/assets/javascripts/application.js
``` javascript
-// Include all twitter's javascripts
+// Include all bootstrap javascripts
//= require twitter/bootstrap
// Or peek any of them yourself
//= require twitter/bootstrap/transition
//= require twitter/bootstrap/alert
@@ -68,10 +68,10 @@
- [Example of grid shortcuts and medium column classes](https://gist.github.com/yury/5662144)
## Thanks
Thanks Twitter for Bootstrap
-http://twitter.github.com/bootstrap
+http://getbootstrap.com
Inspired by Seyhun Akyürek and his [twitter-bootstrap-rails gem](https://github.com/seyhunak/twitter-bootstrap-rails)
## License