I have a strange error in my rails project. I use ruby 2.1.1@rails4.1.1 and recently added a gem "tinymce-rails".
Everything was working fine until this gem was added. I can't turn on my server in development mode nor production.
The error is:
NoMethodError: undefined method `new' for #<Grease::Adapter(Less::Rails::ImportProcessor):0x0000000702fce0>
(in /mnt/c/repo/intratur/app/assets/stylesheets/application.css)
Please help me!, I don't what to do!