我正在使用Paperclip,一个用于文件上传的Rails插件。我正在关注它的Railscast进行设置。在http://railscasts.com/episodes/134-paperclip的Railscast中,R.B。运行以下命令来安装插件:
script/plugin install git://github.com/path_to_plugin
当我尝试跑步时:
ruby script/plugin install git://github.com/path_to_plugin
在我的Windows PC上,一开始什么也没发生。所以我去了脚本/插件检查文件的内容,但没有,所以我继续创建一个,因为它是在演员使用的源代码中完成的
https://github.com/railscasts/134-paperclip/blob/master/store/script/plugin
所以现在我的 现在我收到以下错误消息:
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load --
script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/plugin:2:in `<main>'
有什么建议吗?