How to use twitter bootstrap

Hi,
I have a Ruby 1.9.3p194 and Rails 4.0.0, Can i used twitter-bootstrap
for
designing with these version, Or it is compatible with these version,
also tell me how to make rails application using twitter bootstrap.

Thanks…!

Bootstrap is a CSS framework, it can be used with any HTML page. I
suggest you go read the Bootstrap documentation first.


Dheeraj K.

Twitter Bootstrap is compatible with all versions. There are many ways
of
using Twitter Bootstrap in rails:-

  1. Directly download the Twitter Bootstrap files and include them into
    your
    project and include these files where ever in the code necessary.
  2. Use rails gems instead of Twitter Bootstrap. Try this link:
    #328 Twitter Bootstrap Basics - RailsCasts