I am observing the following error while running my localhost - NoMethodError
Upon searching the problem, I identified it could be due to the SASS & Coffee gems listed in my gem file as shown below:
gem 'sass-rails', '4.0.0'
gem 'coffee-rails', '4.0.0'
By disabling them, I ran bundle update successfully and restarted the rails server. However, I am still seeing the same error.
Can anyone please advise?