kurenn / market_place_api

The API on Rails tutorial application
142 stars 68 forks source link

Rails 5.0.1: Sass::SyntaxError in SabisuRails::Explorer#index #82

Open hiendinhngoc opened 7 years ago

hiendinhngoc commented 7 years ago

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: Image and video hosting by TinyPic The error didn't happen in rails 4.2

kurenn commented 7 years ago

Have you tried to downgrade the compass-rails gem version?

hiendinhngoc commented 7 years ago

downgrading compass-rails gem version didn't solve this problem.

kurenn commented 7 years ago

Which version did you downgrade to?

hiendinhngoc commented 7 years ago

I downgraded to version 2.4.

kurenn commented 7 years ago

try 2.0 please