ruby on rails - cannot load such file -- coffee_script -


i'm going remove active_admin angular rails app. ran following commands.

rails destroy active_admin:install rails destroy active_admin:resource product 

and met error.

cannot load such file -- coffee_script  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application' %> 

try

rake tmp:cache:clear 

or

try adding "gem 'coffee-rails', '~> 4.1.0'" gemfile , running bundle:install.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -