RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

Twitter Bootstrap Issue #23

Closed newtriks closed 12 years ago

newtriks commented 12 years ago

Thanks very much for this example code!

I found if I opted for the twitter bootstrap that on app run I had:

couldn't find file 'bootstrap'

So I added the gem to the Gemfile:

gem 'twitter-bootstrap-rails'

Changed the application.css.scss to:

*= require twitter/bootstrap

And now I am in business :)

DanielKehoe commented 12 years ago

Thanks for mentioning the issue. I actually noticed it yesterday and updated rails_apps_composer gem but haven't updated the application template yet.