#25 楼 @xiaoniuniu 你首页的view
代码里边是不是没有渲染@products
?如果没有相关的代码,肯定就没有啊
#23 楼 @xiaoniuniu 另外建议你不同主题的话就另开新帖吧
#23 楼 @xiaoniuniu Oh, 你应该注意一下代码的排版。用 markdown 语法。 你应该用的是:
<%= image_tag product.image_url%>
render
方法是用来渲染 view 文件的,显示图片直接用image_tag
。另外你的首页的route
是怎么写的啊?
#10 楼 @cloudsben 确实。
#21 楼 @xiaoniuniu 是的,需要先在你的 action 里边读取@products
,然后在你的erb
文件里边处理。比如:
<% @products.each do |product| %>
<%# render your product %>
<% end %>
#8 楼 @cloudsben 嗯嗯,我们还在寻思着要把这页面上 http://octodex.github.com/ 的 logo 印成贴纸呢
#6 楼 @cloudsben 是自己重新设计过了吧?
#19 楼 @xiaoniuniu 首页怎么写?
Nice, 质量如何呢
台上一分钟,台下十年功
#20 楼 @ChanceDoor 你是在上海的?
#37 楼 @ekim_sgra 国内的好像都是主要搞资讯类的吧。之前下了个 zaker,rss 只是其中一个功能,居然刷新不了。PS:我下的是 WP 版,这问题在其他平台可能不会出现。
#17 楼 @ChanceDoor #18 楼 @xautjzd 我问到一家,感觉还不错,http://xueyangdf.tmall.com/?spm=a1z10.1.0.0.pQzoyh 直接找客服问一下就行了
黑色太沉重了,对眼睛负担大,不过还是很 cool
自己写的 rake task?
楼主如何保持软件的版本跟进呢?
#34 楼 @songlipeng2003 翻墙会好一点
#6 楼 @blacktulip 可惜现在诺基亚也呛啊,好多方面都被软件方面限制了。
前十楼送 VIP?
#29 楼 @songlipeng2003 你用起来觉得稳定吗
好奇怪啊,既然是 ajax 请求,为什么还要跳转呢
#8 楼 @luikore sorry,找到了, http://edgeguides.rubyonrails.org/active_support_core_extensions.html#output-safety
To insert something vzrbatim use the raw helper rather than calling html_safe:
<%= raw @cms.current_template %> <%# inserts @cms.current_template as is %>
or, equivalently, use <%==:
<%== @cms.current_template %> <%# inserts @cms.current_template as is %>
#4 楼 @luikore 如果是像<%== expr -%>
这样的呢,代码来源:https://github.com/citrus/spree_variant_options/blob/master/app/views/spree/products/_variant_options.html.erb
是用于删除前面的空白的吗
#13 楼 @ChanceDoor 我从朋友那里问到了一家了,待会吃饭的时候顺便去看看
我可以正常连接