回形针路由错误 [英] Paperclip routing error

查看:52
本文介绍了回形针路由错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我注册用户后,请求通过并说注册成功,但显示的不是调整大小的图像,而是文件名.这是我的错误信息:

After I register a user, the request goes through and says that the registration was successful, but instead of the resized image appearing, the file name is the only thing that appears. Here is my error message:

Started GET "/system/photos/1/small/Picture%202.png?1312915420" for 127.0.0.1 at Tue Aug 09    16:14:01 -0400 2011

ActionController::RoutingError (No route matches "/system/photos/1/small/Picture%202.png"):

推荐答案

也许你需要在 config/environments/production.rb 中更改这一行

Maybe you need to change this line in config/environments/production.rb

config.serve_static_assets = false  #-> true

这篇关于回形针路由错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆