argerim/select2-rails

SASS autoloading errors - unable to load select2.scss

Closed this issue · 6 comments

Running version 3.5.9.3 I receive the following error messages when running rspec:

WARN: tilt autoloading 'sass' in a non thread-safe way; explicit require 'sass' suggested.

  An error occurred in an after hook
    ActionView::Template::Error: cannot load such file -- sass
  (in /Users/test/.rvm/gems/ruby-2.0.0-p353/gems/select2-rails-3.5.9.3/vendor/assets/stylesheets/select2.scss)
    occurred at /Users/test/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'

On a specific view test:

ActionView::Template::Error:
       cannot load such file -- sass
         (in /Users/test/.rvm/gems/ruby-2.0.0-p353/gems/select2-rails-3.5.9.3/vendor/assets/stylesheets/select2.scss)

I do not have the sass gem installed, I'm currently using less for other gems. Has sass become a dependancy for this project?

Any help would be appreciated.

@passbe , I'm also getting that error, did you find a solution?

@passbe @magedmakled Hi guys, I am getting the same error.

Did you ever find the solution ?

Thanks

@CedricLor I ended up just using the select2 JS and CSS instead of the gem.

How sad. I'll try to get an answer from the lead dev on this. They have gitter channel where he is pretty active. Thank you!!

Uysim commented

I get the same error

simi commented

sass was removed from this repository, closing...