market_place_api
market_place_api copied to clipboard
Rails 5.0.1: Sass::SyntaxError in SabisuRails::Explorer#index
I'm reading chapter 3 and try to use sabisu gem, here is the configuration in gemfile:
gem 'sabisu_rails', github: "jvrsgsty/sabisu-rails"
gem "compass-rails", '~> 3.0.2'
gem "furatto", '~> 1.3.7'
gem "font-awesome-rails", '~> 4.6.3.1'
gem "simple_form", '~> 3.2.1'
when I open this link: http://localhost:3000/sabisu_rails/explorer, an error occurred:
The error didn't happen in rails 4.2
Have you tried to downgrade the compass-rails gem version?
downgrading compass-rails gem version didn't solve this problem.
Which version did you downgrade to?
I downgraded to version 2.4.
try 2.0 please