在我的应用程序中,我创建了一个视图,其中列出了我的S3存储桶中的所有PDF,为此,我使用了回形针宝石。然而,我现在在我的终端中收到这个错误。 Error performing Courts::SyncronizeBucketJob (Job ID: 8424356c-9717-4cca-9d76-4b157bab1065) from DelayedJob(default) in 450.5ms: TypeError (no implicit conversion of nil into String):
/Users/conorquarry/RubymineProjects/pair
[paperclip] identify '-format' '%wx%h' '/tmp/stream,3360,1.jpeg[0]' 2>/dev/null
[paperclip] An error was received while processing: #<Paperclip::CommandNotFoundError: Paperclip::CommandNotFoundError>
[paperclip] identify '-format' '%wx%h' '/tmp/st
我正在使用回形针来处理图片上传到rails。它在我的dev OSX机器上运行得很好,但现在在我的web服务器上,我得到了这个错误:
[paperclip] /Users/marky/bin/identify '-format' '%wx%h' '/tmp/stream,16451,2.JPG[0]' 2>/dev/null
[paperclip] An error was received while processing: #<Paperclip::CommandNotFoundError: Paperclip::CommandNo
我在我的应用程序中使用了回形针,但我的控制器测试失败了,因为:
BlogsControllerTest#test_should_update_blog:
Paperclip::AdapterRegistry::NoHandlerError: No handler found for "/images/original/missing.png"
/Users/user/.rvm/gems/ruby-2.1.2/gems/paperclip-3.5.2/lib/paperclip/io_adapters/registry.rb:19:in `handler_for'
乘客上的Rails3。我已经安装了imagemagick,并且工作正常,但是当我试图通过回形针添加图像时,我收到以下错误。这在开发中运行良好,但在passenger上不能用于生产。
[paperclip] An error was received while processing: #<Paperclip::PaperclipError: There was an error processing the thumbnail for stream,11629,0>
[paperclip] /usr/bin/identify '-format' '%
我试图上传一个产品图像到我的狂欢节应用程序,但我得到了这个错误。
5errors prohibited this record from being saved:
Attachment Paperclip returned errors for file 'index.jpg' - check ImageMagick installation or image source file.
Attachment Paperclip::Errors::NotIdentifiedByImageMagickError
Attachment Paperclip::Errors::NotI
我一直在处理一个错误:“没有将字符串隐式转换为Array”。
将其放在上下文中:我在Rails 4.1.0.beta 1上,我使用的是Paperclip。我正试图在我的图像中添加水印。我找到了以下解决方案:
昨晚在收到这里声明的错误信息后,我让它在某个点开始工作--然后我做了一个小小的更改,我已经把它取消了。现在我又犯了以下错误?!这可能很容易,但我似乎没看到。
任何帮助都将不胜感激。
以下是错误消息:
Completed 500 Internal Server Error in 578ms TypeError - no implicit conversion of String into A
回形针宝石我的宝石文件看起来像
gem "mongoid-paperclip", :require => "mongoid_paperclip"
和模型
class User
include Mongoid::Document
include Mongoid::Paperclip
has_mongoid_attached_file :image
end
我收到的错误信息如下
uninitialized constant Mongoid::Paperclip
我使用的是rails 3.2.11
谁知道是什么导致了这个问题?
似乎有些人通过执行以下操作来让Paperclip在常规的ruby类上工作:
require "paperclip"
Class Person
include Paperclip
has_attached_file :avatar,{}
end
请参阅即使在使用主回形针存储库时,这对我也不起作用:
$ bundle exec rails c
>> Rails.version
=> "3.1.3"
>> require 'paperclip'
=> false
>> class Monke
我使用PaperClip和ImageMagick在Rails 2.2.2应用程序中上传和生成图像。
一切都很顺利。但是现在上传图像时,上传时生成的不同大小的图像不能正常工作。图像正在上传。
我在日志中得到以下错误。
INFO production : [paperclip] /usr/local/bin/identify -format "%w" /www/hosts/{path}
INFO production : <Paperclip::PaperclipCommandLineError> Error while running identify
我刚刚下载了在JCrop中使用回形针的。我试着在我的Linux VPS上运行它,它工作得很好,但是当我在我开发的Windows Vista x64机器上运行相同的项目时,我得到了这个异常。
[paperclip] identify -format %wx%h
'C:/Users/darth/AppData/Local/Temp/stream,3420,0.png[0]'
[paperclip] An error was received while processing:
#<Paperclip::NotIdentifiedByImageMagickError:
我试着用Heroku,Paperclip和S3做一些非常简单的事情--将一个模型的附件设置为另一个模型的附件。
这里有一个定制的耙任务,我把它放在一起:
task :migrate => :environment do
@companies = Company.where("attachment_file_name IS NOT NULL")
@companies.each do |c|
if c.attachments.where("attachment_file_name = ?", c.attachment_f
我正在尝试设置头像上传到一个设计模型,与回形针和S3
index.html.haml
= form_for(@user) do |f|
- if @user.errors.any?
#error_explanation
%h2
= pluralize(@user.errors.count, "error")
prohibited this friend from being saved:
%ul
- @user.errors.full_messages.each do |msg|
我在中使用时出错,我是按照来做的。当我上传一张图片时,它可以工作,但当我试图裁剪它时,我在我的控制台中得到了以下信息:
[paperclip] An error was received while processing: #<Paperclip::PaperclipError: There was an error processing the thumbnail for paperclip-reprocess20110822-2281-19969sz>
[paperclip] An error was received while processing: #<Paperc
Gemfile:
...
gem 'paperclip', :git => 'git@github.com:mdrozdziel/paperclip.git'
...
在推送应用程序时,我得到了以下错误。我链接到的repo是公开的。
Fetching git@github.com:mdrozdziel/paperclip.git
Failed to add the host to the list of known hosts (/home/group_home/.ssh/known_hosts).
Permission denied (pub