Im setting up a rails app using the “bootstrap-sass” version for rails.
In following the railcast (http://railscasts.com/episodes/328-twitter-bootstrap-basics) im attempting to run:
rails g bootstrap:themed products -f
But getting a generator not found error.. I was wondering if these types of generators and bootstrap “themes” are only compatible with the main version of the gem (gem 'twitter-bootstrap-rails')
No, they can’t be used. It’s a different gem altogether. Cracking it open, the bootstrap-sass gem doesn’t appear to have any generators in it.