0

我正在使用 Paperclip,一个用于文件上传的 Rails 插件。我正在关注 Railscast 关于它的设置。在http://railscasts.com/episodes/134-paperclip的 Railscast 中,RB 运行以下命令来安装插件:

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>'

请问有什么建议吗?

4

0 回答 0