- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在创建图像时为 Paperclip gem 定义的各种 :styles 在升级后停止工作。这些文件根本没有创建,但“原始”是(唯一的)。
class Image < ActiveRecord::Base
belongs_to :member
has_many :article_images, :dependent => :destroy
has_many :articles, :through => :article_images
has_many :member_photos, :dependent => :destroy
has_one :member_avatar, :dependent => :destroy
validates_presence_of :member_id
after_validation do |resource|
#since paperclip doesn't give a damn error message like an idiot
resource.errors[:image] = resource.errors[:image_file_name] ? resource.errors[:image_file_name] : resource.errors[:image_content_type]
end
before_save do |resource|
#set name to filename if no name sent
resource.name = resource.image_file_name.split('.')[0].titleize if resource.name.blank?
end
scope :for_slideshow, limit(5)
has_attached_file :image,
:styles => {
:original => "1100x1100", #overwrites orig, for file storage efficiency
:x_large => "900x900",
:large => "600x600",
:medium => "300x300>",
:thumb_1 => "100x100#",
:thumb_2 => "50x50#",
:thumb_3 => "25x25#"
#To refresh image thumbs: rake paperclip:refresh CLASS=Image
},
:storage => :s3,
:path => ":attachment/:id/:style.:extension",
:s3_credentials => "#{::Rails.root}/config/s3.yml"
#:url => "/system/:attachment/:id/:style/:filename"
validates_attachment_content_type :image, :content_type=>['image/jpeg', 'image/png', 'image/gif', 'image/pjpeg', 'image/x-png'] #last two for IE 6-8
validates_attachment_presence :image
#validates_attachment_size :image, :less_than=>1.megabyte
end
SQL (0.3ms) INSERT INTO `images` (`caption`, `created_at`, `desc`, `image_content_type`, `image_file_name`, `image_file_size`, `image_updated_at`, `member_id`, `name`, `updated_at`) VALUES ('', '2013-02-18 06:34:55', '', 'image/jpeg', '525119_10151396740758260_611505697_n.jpeg', 111946, '2013-02-18 06:34:55', 719, '525119 10151396740758260 611505697 N', '2013-02-18 06:34:55')
[paperclip] Saving attachments.
[paperclip] saving images/4201/original.jpeg
[AWS S3 200 1.367095 0 retries] put_object(:acl=>:public_read,:bucket_name=>"mybucket.development/paperclip",:content_length=>111946,:content_type=>"image/jpeg",:data=>Paperclip::UploadedFileAdapter: 525119_10151396740758260_611505697_n.jpeg,:key=>"images/4201/original.jpeg")
最佳答案
无论出于何种原因,降级到 2.8 已经“修复”了这个问题。但我想使用最新版本...
关于ruby-on-rails - 从早期版本升级到 3.x(S3 存储)后,回形针不生成缩略图/样式/大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14930799/
有没有办法在 Ubuntu 上升级我的 octave 版本,而无需下载最新版本并从头开始重新安装? (我当前的版本是 3.0.0,我想要最新的稳定版本) 最佳答案 你的ubuntu版本是什么?业力?
我有一个使用 Firebase 和 GMS 服务的应用程序,版本为 11.8.0 2 年,现在,我想升级到最新版本是 17.0.0。 gradle 中的以下依赖项: 升级前: implementati
node有一个模块叫n(这名字可够短的。。。),是专门用来管理node.js的版本的。 首先安装n模块: ?
但是伴随新版本的发布,每个版本都会加入很多好玩的新特性,作者会尽力保证做到向下兼容,但是如果开发者在使用swagger-bootstrap-ui的途中,因为升级版本导致的问题 一般都是由于前端的问题
最新版本的 Grails(2.1.1) 不支持最新版本的 Hibernate(4.1.7) 默认支持2.1.1版本 在 Grails 2.1.1 中升级 Hibernate 需要做什么? 最佳答案 最
我在一个实现了 omniture 跟踪的项目中工作,它运行良好,没有任何问题。我们在项目中有一个新的要求,我们需要用新的 s_code.js(版本 H26)替换现有的库文件 s_code.js(版本
从 Zend Server CE 5.0 with php 5.2 升级到 Zend Server CE 5.1 with php 5.3 的最佳方法是什么? 卸载并重新安装?在现有版本上安装? 最佳
我正在开发 ZK Web 应用程序,它使用 java 1.7、ZK 版本 6.5.2 和 Apache Tomcat 6(ZK 文档中描述的默认 tomcat 版本)。现在我需要将 Apache To
正在寻找有关版本间升级在 iOS 中如何工作的一些具体细节,特别是新版本中已删除的捆绑内容会发生什么情况?例如,如果 1.0 版在 bundle 中有一个名为“foo.png”的文件,但 2.0 版没
我有一个 Azure VM(Windows Server 2016 和 SQL Server 2016),运行一个生产 Web 应用程序,出于性能和成本原因,该应用程序同时充当应用程序和数据库服务器。
我在我的计算机上使用 ubuntu Linux 12.04 LTS。我使用的是 PHP 5.3.10 现在我通过在终端上使用几个命令升级到 PHP 5.5.18。升级到最新的 PHP 版本后,我使用命
我们的应用程序使用 Spring 版本 3.2.3.RELEASE,我们决定将其迁移到 4.0.9.RELEASE。 升级后我们无法再次使用 STS。启动工作区时,STS 会在一段时间(5-30 分钟
我在 mac(mojave 操作系统)中将 golang 从 v1.11 升级到 v1.13。调试器开始抛出错误 测试框架意外退出。控制台输出是 API server listening at: 12
我是一名优秀的程序员,十分优秀!