gpt4 book ai didi

ruby-on-rails - 无方法错误 : undefined method `has_attached_file'

转载 作者:行者123 更新时间:2023-12-04 09:43:44 24 4
gpt4 key购买 nike

在检查插件的 rails3 分支后,Paperclip 会产生此错误。
我的 Gemfile 有以下几行:

gem 'paperclip', :git => 'http://github.com/thoughtbot/paperclip.git', :branch => 'rails3'

错误信息是:
NoMethodError: undefined method `has_attached_file' for #<Class:0x2a50530>

最佳答案

10 年 6 月 21 日更新: thoughtbot版本已修复。

我不得不添加 Paperclip::Railtie.insert到我的 application.rb 结尾 class Application < Rails::Application使其正常工作。由于官方 repo 正在运行,我已经删除了我的 fork 。希望能帮助某人。

您还需要将以下内容添加到您的 Gemfile 中

gem "paperclip", :git => "http://github.com/thoughtbot/paperclip.git"

关于ruby-on-rails - 无方法错误 : undefined method `has_attached_file' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2743902/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com