Correct way to integrate bootstrap themes with rails app.

Hello All,

I want to integrate bootstrap admin themes into my rails app.

What is the correct way to integrate ?

Should I directly copy paste all the js, css & other files into the project ?

Or I should go with the gem ‘bootstrap-sass’(with link - Bootstrap and Rails · Installation Guide and Tutorial · RailsApps ) ?

Thanks,

Avi

And how different is Bootstrap from Twitter Bootstrap?

It's the same thing. It was renamed when it reached v.3.

I always use Passenger to integrate Bootstrap with Rails. Seamless & very useful.

Cheers,

  Phil...

So, what process should I follow?

So, what process should I follow?

Try these two tutorials:

<#328 Twitter Bootstrap Basics - RailsCasts;

<http://www.modrails.com/documentation/Users%20guide%20Nginx.htmlhttp://www.modrails.com/documentation/Users%20guide%20Nginx.html&gt;

The second link is for using nginx but they also do documentation for Apache.

Cheers,

  Phil...