anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Rails 4 uninitialized constant Bootstrap::Rails::Engine::Sass (NameError) #47

Closed randomor closed 11 years ago

randomor commented 11 years ago
lib/bootstrap-rails/engine.rb:6:in `block in <class:Engine>': uninitialized constant Bootstrap::Rails::Engine::Sass (NameError)

I was going to try this, but it looks like it doesn't work for rails4. Or am I missing something? I do have Sass gem installed. Thanks.

yury commented 11 years ago

we are using this gem in 3 rails 4 projects and 3 rails 3 projects without problems :)

Can you gist your Gemfile and Gemfile.lock?

randomor commented 11 years ago

My coworker put the sass gem into an asset gem group, which is not used in rails4. That was causing the problem. :) Thanks!