couldn't find file 'kindeditor'


在gemfile中添加了

gem 'rails_kindeditor', '~> 0.4.0'

然后执行了bundle 跟

rails generate rails_kindeditor:install commands

但是提示

couldn't find file 'kindeditor'(in /media/program/rubyPro/blog/app/assets/javascripts/application.js:15)

这是为何,求方案

ruby-on-rails

懒趴趴D修也 11 years, 2 months ago

安装了新的bundle或是修改了初始化时需要加载的内容 不管产品环境还是开发环境都是需要重启才能生效的哦

路西法漠月 answered 11 years, 2 months ago

Your Answer