kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

Sass::SyntaxError in SabisuRails::Explorer#index #34

Open nfpiche opened 9 years ago

nfpiche commented 9 years ago

Running into this issue trying to set up sabisu, somewhere in the @import 'furrato', the site works (although very ugly) if I comment out that line

Undefined mixin 'display-flex'. (in /home/nate/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/sabisu-rails-af7499e87912/app/assets/stylesheets/sabisu_rails/application.css.scss:32)

kurenn commented 9 years ago

Yeah this is due to compass renamed many methods, I'm adressing this to update even to the last version of Furatto.

lucasff commented 8 years ago

+1

kurenn commented 8 years ago

Have you tried updating the sabisu gem?

tuanpembual commented 8 years ago

i found the same problems. I just change my Gemfile to:

gem 'sabisu_rails', github: "IcaliaLabs/sabisu-rails" gem 'furatto', github: "IcaliaLabs/furatto-rails" gem 'compass-rails'

kurenn commented 8 years ago

Did that solve the problem?