jquery.turbolinks icon indicating copy to clipboard operation
jquery.turbolinks copied to clipboard

Undefined method `environment` for nil:NilClass

Open arijoon opened this issue 11 years ago • 0 comments

After installing this gem I received the flowing error:

undefined method `environment' for nil:NilClass

Which links to framework_and_overrides.css.scss! I tried removing the gem without any changes to other files and everything works fine again. I was unable to debug this problem but the error is raised during stylesheets import on this line:

<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => "true"   %>

jquery-turbolinkserror

arijoon avatar Mar 13 '14 20:03 arijoon