rails / sass-rails

Ruby on Rails stylesheet engine for Sass
MIT License
860 stars 333 forks source link

`rescue in block (2 levels) in require': There was an error while trying to load the gem 'sass-rails'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant Sass::Rails::Tilt #393

Closed CristiAllan closed 5 years ago

CristiAllan commented 7 years ago

When I try to run my rails server with sass-rails at gemfile, my server don't run and show me this message,

Gem Load Error is: uninitialized constant Sass::Rails::Tilt

If I comment the line at gemfile, my server runs ok.

How can I resolve this issue?

rafaelfranca commented 7 years ago

Can you please provide a sample application that reproduces the error?