-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modify code #94
base: master
Are you sure you want to change the base?
modify code #94
Conversation
change Controller prepend_view_path method return value, missing template errors.
辛苦~ |
1、assets_controller.rb |
|
1.关于改变prepend_view_path的情况我不太明白,Dir.chdir(dir)和Dir.chdir(Rails.public_path)会影响模板加载吗? 2.Digest::MD5.hexdigest(File.dirname(current_path)).slice(0, 12)这样取文件名不会重复的,之所以裁剪是因为文件名实在太长。 3.self.save_upload_info?方法主要是判断是否把文件信息存入数据库,如果运行了 rails generate rails_kindeditor:migration 该方法就会返回true ========= 华丽的分割线 ========= 另外: 1.你的代码是否经过测试?我clone了你的 2.你对于kindeditor.js的修改很多,我建议不要动官方代码,这部分修改意见可否提交到 |
modify flash plugin
modify code