Search code examples
ruby-on-railsrubytwitter-bootstraprbenv

How to set up Twitter Bootstrap with Ruby Rails


Hi I have Ruby Rails set up on Mac OSX with Homebrew and Rbenv.

I now want to play around with Bootstrap incorporated into that setup but I'm not sure how to set Bootstrap up accordingly.

Has anyone got any advice / setup guides?


Solution

  • in your Gemfile: gem 'bootstrap-sass' and then bin/rake bundle install