symlink() function is unimplemented on this machine (NotImplementedError)_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > symlink() function is unimplemented on this machine (NotImplementedError)

symlink() function is unimplemented on this machine (NotImplementedError)

 2010/9/19 23:19:01  pickerel  http://pickerel.javaeye.com  我要评论(0)

使用 ckeditor 插件遇到此问题,解决办法

?

找到 utils.rb

?

?? ? ?unless RUBY_PLATFORM =~ /mswin32/

替换成

?? ? ?unless RUBY_PLATFORM.downcase =~ /mswin|mingw/

发表评论
用户名: 匿名