Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails without sass (with sass-rails 6.0.0.beta3 which is a sassc-rails wrapper) not working due to require sass #3129

Closed
glebtv opened this issue May 4, 2019 · 1 comment

Comments

@glebtv
Copy link
Contributor

glebtv commented May 4, 2019

https://github.com/sferik/rails_admin/blob/master/lib/rails_admin/bootstrap-sass/sass_functions.rb#L1

This line makes it fail:

LoadError: cannot load such file -- sass
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  /home/gleb/.gem/ruby/2.6.0/gems/rails_admin-1.4.2/lib/rails_admin/bootstrap-sass/sass_functions.rb:1:in `<top (required)>'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
  /home/gleb/.gem/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
  /home/gleb/.gem/ruby/2.6.0/gems/rails_admin-1.4.2/lib/rails_admin/bootstrap-sass.rb:11:in `load!'
@mshibuya
Copy link
Member

mshibuya commented May 5, 2019

e9a7ad6 should work, please give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants