E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PaperClip
rails中实现kindeditor中的图片上传
http://blog.sina.com.cn/s/blog_767a3aa7010113k3.html 本人使用的rails版本:2.3.4, kindeditor版本: 3.5.2,
paperclip
chen_miao
·
2012-09-14 16:00
Ruby
Rails
说rails文件上传
阅读更多当前ruby1.9.3rails3.2.8,流行的文件上传插件是
paperclip
和carrierwave然而,简单的这是需要上传个文件的话,可以用更容易的办法:upload},:multipart
夜鸣猪
·
2012-09-10 06:00
ruby
rails
paperclip
upload
说rails文件上传
阅读更多当前ruby1.9.3rails3.2.8,流行的文件上传插件是
paperclip
和carrierwave然而,简单的这是需要上传个文件的话,可以用更容易的办法:upload},:multipart
夜鸣猪
·
2012-09-10 06:00
ruby
rails
paperclip
upload
说rails文件上传
当前ruby1.9.3 rails 3.2.8,流行的文件上传插件是
paperclip
和 carrierwave 然而,简单的这是需要上传个文件的话,可以用更容易的办法 <%
夜鸣猪
·
2012-09-10 06:00
upload
Ruby
Rails
Paperclip
paperclip
一些使用技巧
一、关于styles设置,缩略图的切割策略 有两个符号,一个是‘#’,另一个是‘>’,说明如下: 引用 trailing #, thumbnail will be centrally cropped, ensuring the requested dimensions. trailing >, thumbnail will only be modified if it i
hotsunshine
·
2012-07-29 12:00
Ruby
paperclip
一些使用技巧
阅读更多一、关于styles设置,缩略图的切割策略有两个符号,一个是‘#’,另一个是‘>’,说明如下:引用trailing#,thumbnailwillbecentrallycropped,ensuringtherequesteddimensions.trailing>,thumbnailwillonlybemodifiedifitiscurrentlylargerrequesteddimensi
hotsunshine
·
2012-07-29 12:00
ruby
rails 技术选择总结
一、 图片上传 1.
paperclip
简单易用,可配置型强,删除数据时,图片自动删除 相关网站: https
·
2012-07-17 16:00
Rails
Paperclip
::NotIdentifiedByImageMagickError
在用
paperclip
上传图片时,会遇到这种错误: 首先第一种方法是在application.rb新增
Paperclip
::Attachment.default_options[:command_path
aabbcc456aa
·
2012-05-17 13:00
Paperclip
::NotIdentifiedByImageMagickError
在用
paperclip
上传图片时,会遇到这种错误: <
Paperclip
::NotIdentifiedByImageMagickError: /var/folders/tm/ tm4DYaiEFvyc6zoBO9uUGU
xitong
·
2012-05-17 13:00
ImageMagick
paperclip
upload from url
有时候我们的程序中需要远程获取并保存图片,根据url去保存也很简单:has_attached_file:asset,:styles=>{:thumb=>"100x100>"}defasset_from_url(url) extname=File.extname(url) basename=File.basename(url,extname) file=Tempfile.new([basena
aabbcc456aa
·
2012-05-04 11:00
image
upload
File
url
styles
paperclip
upload from url
有时候我们的程序中需要远程获取并保存图片, 根据url去保存也很简单: has_attached_file :asset , :styles => { :thumb => "100x100>" } def asset_from_url(url) extname = File .extname(ur
xitong
·
2012-05-04 11:00
Paperclip
rails 上传图片功能
写两个简单的rails 上传图片功能 一 rails 插件:
paperclip
-2.4.3.gem  
chen_miao
·
2012-03-31 19:00
Ruby
Rails
ruby 图片
rails上传图片
Rails 3: Passenger can't find git gems || gem is not checkout Please run bundle install
ails 3.0.0, Passenger 2.2.15: Create a new Rails project Add gem '
paperclip
', :git => 'git:/
xitong
·
2012-03-16 16:00
Install
Rails 3: Passenger can't find git gems || gem is not checkout Please run bundle install
ails3.0.0,Passenger2.2.15:CreateanewRailsprojectAddgem'
paperclip
',:git=>'git://github.com/lmumar/
paperclip
.git
aabbcc456aa
·
2012-03-16 16:00
Some image sw/tools
www.imagemagick.org/ http://www.gimp.org/ http://rmagick.rubyforge.org/ https://github.com/thoughtbot/
paperclip
laiyangdeli
·
2012-02-21 21:00
image
Monkey Patch让
Paperclip
支持中文名称的文件上传
阅读更多使用
Paperclip
上传文件,如果文件名包含中文,会导致Arel抛出一个异常:引用Encoding::CompatibilityError(incompatiblecharacterencodings
tiroc
·
2012-02-05 14:00
Monkey
Patch
Rails
Paperclip
Ruby
Monkey Patch让
Paperclip
支持中文名称的文件上传
阅读更多使用
Paperclip
上传文件,如果文件名包含中文,会导致Arel抛出一个异常:引用Encoding::CompatibilityError(incompatiblecharacterencodings
tiroc
·
2012-02-05 14:00
Monkey
Patch
Rails
Paperclip
Ruby
Monkey Patch让
Paperclip
支持中文名称的文件上传
使用
Paperclip
上传文件,如果文件名包含中文,会导致Arel抛出一个异常: 引用 Encoding::CompatibilityError (incompatible character
tiroc
·
2012-02-05 14:00
Ruby
Rails
Paperclip
Monkey Patch
常用rails插件
常用rails插件(可去https://github.com上搜索得到):1.rest-authentication、devise:用户验证插件2.attachment_fu、carrierwave、
Paperclip
emerald0106
·
2012-01-06 16:00
rails下使用rich editor kindeditor和ckeditor对比记录
而ckeditor界面太复杂了,而且和rails连用时的那个github上的程序是用
paperclip
进行上传的,
gazeldx
·
2011-11-03 09:00
ckeditor
rails
OpenSSL
Rails 常用代码
paperclip
default_url by assets has_attached_file :photo, :styles => { :thumb => "100x100&
RobinWu
·
2011-10-25 16:00
Rails
Rails 常用代码
paperclip
default_url by assets has_attached_file :photo, :styles => { :thumb => "100x100&
RobinWu
·
2011-10-25 16:00
Rails
rails3.1 kindeditor安装(javascript框架)
kindeditor.git或geminstallkindeditorrailsgkindeditor:install2.在项目文件Gemfile中添加下面两句gem'kindeditor' gem'
paperclip
zyn_zyn
·
2011-10-09 12:00
Rails
kindeditor
rails3
paperclip
一些报错到处理方法
rails3
paperclip
在上传图片后报错:
Paperclip
::CommandNotFoundError is not recognized by the 'identify' command
destinyd
·
2011-06-19 22:00
Paperclip
centos 5.5 rails 安装 参考
阅读更多这二天部署一个项目,部署在Centos5.5下,本来用的ubuntu10.4,结果由于
paperclip
和passenger的问题,放弃了。换成Centos后,问题消失。
JasonChi
·
2011-05-19 16:00
CentOS
Rails
nginx
MySQL
Git
centos 5.5 rails 安装 参考
这二天部署一个项目,部署在Centos 5.5 下,本来用的ubuntu 10.4,结果由于
paperclip
和passenger的问题,放弃了。换成Centos后,问题消失。
JasonChi
·
2011-05-19 16:00
nginx
mysql
centos
git
Rails
安装
paperclip
ImageMagick(
Paperclip
::NotIdentifiedByImageMagickError:)
mingw32]F:\>rails-vRails3.0.5参照文章:http://thewebfellas.com/blog/2008/11/2/goodbye-attachment_fu-hello-
paperclip
1
RunUpwind
·
2011-05-13 16:00
Rails
Ruby
Netbeans
XP
Windows
安装
paperclip
ImageMagick(
Paperclip
::NotIdentifiedByImageMagickError:)
my develop environment: windows xp F:\>ruby -v ruby 1.9.2p180 (2011-02-18) [i386-mingw32] F:\>rails -v Rails 3.0.5 参照文章:http://thewebfellas.com/blog/2008/11/2/goodbye-attachm
RunUpwind
·
2011-05-13 16:00
windows
XP
Ruby
Rails
Netbeans
Rails3中使用
paperclip
上传图片并加水印
这篇文章主要记录一下使用
paperclip
加水印的过程中,出现的一点问题。
tiroc
·
2011-05-05 18:00
Blog
ITeye
Rails
使用
paperclip
来为rails3上传文件
group/topic/116325作者:BlackDukepaperclip目前最新版本为2.3.8:$geminstallpaperclip通过bundle安装,在Gemfile中加入以下配置:gem'
paperclip
yanzilee9292
·
2011-04-27 11:00
Rails
ActiveRecord
Ubuntu
UP
使用
paperclip
来为rails3上传文件
group/topic/116325作者:BlackDukepaperclip目前最新版本为2.3.8:$geminstallpaperclip通过bundle安装,在Gemfile中加入以下配置:gem'
paperclip
yanzilee9292
·
2011-04-27 11:00
Rails
ActiveRecord
Ubuntu
UP
使用
paperclip
来为rails3上传文件
nbsp; 转自: http://club.udong.com.cn/group/topic/116325 作者: BlackDuke
paperclip
yanzilee9292
·
2011-04-27 11:00
ubuntu
UP
Rails
ActiveRecord
paperclip
中从id到id_partition的转换脚本
看过用
paperclip
中的id_partition代替id这篇文章后,如果你想将原来的配置: has_attached_file :picture, :styles =>
jsntghf
·
2011-04-26 17:00
脚本
Rails
paperclip
中从id到id_partition的转换脚本
看过用
paperclip
中的id_partition代替id这篇文章后,如果你想将原来的配置: has_attached_file :picture, :styles =>
jsntghf
·
2011-04-26 17:00
脚本
Rails
用
paperclip
中的id_partition代替id
以
paperclip
为例,其默认文件布局结构为: @default_options ||= { :url => "/system/:attachment
jsntghf
·
2011-04-15 10:00
数据结构
Rails
用
paperclip
中的id_partition代替id
以
paperclip
为例,其默认文件布局结构为: @default_options ||= { :url => "/system/:attachment
jsntghf
·
2011-04-15 10:00
数据结构
Rails
rails3
paperclip
添加水印
https://gist.github.com/784445 rails new example -d=mysql cd example Gemfile 添加 gem '
paperclip
ddl1st
·
2011-04-11 17:00
java
mysql
F#
Rails
ActiveRecord
Paperclip
在Windows下的那些Po事
[b][color=blue][size=x-large]1.
Paperclip
提示commandisnotrecognizedbythe'identify[/size][/color][/b]破->config
fireflyman
·
2011-04-02 04:09
ROR
Paperclip
在Windows下的那些Po事
阅读更多1.
Paperclip
提示commandisnotrecognizedbythe'identify破->config\initializers目录下建立一个custom_requires.rb,
fireflyman
·
2011-04-02 04:00
Windows
IE
Ruby
ITeye
Blog
Paperclip
在Windows下的那些Po事
1.
Paperclip
提示command is not recognized by the 'identify 破-> config\initializers目录下建立一个custom_requires.rb
fireflyman
·
2011-04-02 04:00
windows
IE
Blog
ITeye
Ruby
Paperclip
在Windows下的那些Po事
阅读更多1.
Paperclip
提示commandisnotrecognizedbythe'identify破->config\initializers目录下建立一个custom_requires.rb,
fireflyman
·
2011-04-02 04:00
Windows
IE
Ruby
ITeye
Blog
Paperclip
在Windows下的那些Po事
1.
Paperclip
提示command is not recognized by the 'identify 破-> config\initializers目录下建立一个custom_requires.rb
fireflyman
·
2011-04-02 04:00
windows
Blog
IE
ITeye
Ruby
paperclip
插件的使用
paperclip
插件 功能: 上传插件 安装: environment.rb 中配置 config.gem "
paperclip
",然后 rake
zhangcaiyanbeyond
·
2011-03-27 20:00
html
F#
Ruby
ruby script/plugin install 无法安装plugin的问题
在目录中运行: ruby script\plugin install git://github.com/thoughtbot/
paperclip
.git vendor\plugins下新建了一个
paperclip
abaicaidai
·
2011-02-18 08:00
git
Google
bash
Ruby
Rails
paperclip
的id partition功能还是相当的给力,省得我们实现了,这个功能之前连想都没想到,
rails确实给人以便捷,之前python下的django我估计是没有这么便捷得现在看来python和ruby之争,更多的是哲学,信仰之争。写一些小脚本,我还是会用python,做web我就用rubyonrails了。
·
2011-02-04 19:00
partition
Paperclip
提示command is not recognized by the
用
Paperclip
来裁减图片,会提示如下错误:/tmp/stream20100103-13830-ywmerx-0isnotrecognizedbythe'identify'command解决办法,在
JonasBollack
·
2011-01-15 18:00
Thread:
PaperClip
: Attach files through script/console
Thread:
PaperClip
:Attachfilesthroughscript/consoleLinkBackLinkBackURLAboutLinkBacksBookmark&ShareDiggthisThread
·
2011-01-13 21:00
Paperclip
Paperclip
提示command is not recognized by the 'identify
用
Paperclip
来裁减图片,会提示如下错误: /tmp/stream20100103-13830-ywmerx-0 is not recognized by the 'identify' command
hot88zh
·
2011-01-05 00:00
windows
Paperclip
提示command is not recognized by the 'identify
阅读更多用
Paperclip
来裁减图片,会提示如下错误:/tmp/stream20100103-13830-ywmerx-0isnotrecognizedbythe'identify'command解决办法
hot88zh
·
2011-01-05 00:00
Windows
paperclip
自定义上传文件名
http://www.geilibuy.com/cod_areahttp://blog.wyeworks.com/2009/7/13/
paperclip
-file-renamehttps://github.com
·
2010-12-28 19:00
Paperclip
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他