@huacnlee api 这边是否会提供缓存?
这个验证码不太好认。我每次都输错好多次
我加了个判断,如果有头像,就不显示这个提示了。
can create 有两个条件,头像是其中一个。
+ <% if current_user && !current_user.avatar? %>
<div class="panel panel-default clearfix">
<div class="panel-body">
<p><%= t('topics.have_no_avatar')%></p>
<%= link_to t('common.upload'), edit_user_registration_path, class: 'btn btn-warning btn-block' %>
</div>
</div>
+ <% end %>
#12 楼 @imwildcat 我们直接用 webview + 模板
四年了
最近更新好迅速,这个不错。
请教楼主一个问题,我们也使用 es 但是目前效果不太好。
# coding: utf-8
class SearchController < ApplicationController
def index
@topics = Topic.search(
sort: [
{updated_at: {order: "desc", ignore_unmapped: true}},
{excellent: {order: "desc", ignore_unmapped: true}}
],
query: {
multi_match: {
query: params[:q],
fields: %w(title body^10),
fuzziness: 2,
prefix_length: 5,
operator: :and
}
},
highlight: {
fields: {
title: {},
body: {}
}
}
).paginate(page: params[:page], per_page: 10).records
@count = @topics.total_entries
end
end
def undestroy
@topic = Topic.unscoped.find(params[:id])
@topic.update_attribute(:deleted_at, nil)
redirect_to(cpanel_topics_path)
end
顶 @jasl
#37 楼 @hw676018683 没有改太多啊 基本就是用的 rubychina 的代码。我会定期同步 rubychina 的代码。挑选一些适合的功能进来。
嗯 我也觉得,挺好的。
手机上怎么办
支持下写书和翻译的同学,这个活太累了。
用盗版用出优越感的人真多,都拿出来说事。我要是用盗版,我夹紧尾巴偷偷用。
#32 楼 @sg552sg552 如果能力差不多,做的事情也一样的,早走的那个明显强大啊
testerhome 需要~ https://github.com/testerhome/testerhome
赞!坐等新的客户端上线!
是 x5 内核的问题。也不能说是不支持 ruby china。只是 progress bar 的一个 position fixed 的问题,导致 android 下面有问题。
正好搭车问个问题,上传的图片保持在多少,能到高清的标准?1280?2048?
报个问题,安卓 qq 浏览器打开不能显示。
#9 楼 @lawrencehan 哈哈,他还欠我一顿饭。
cto 还是 ricky 么?
用的时候再看。。 @andor_chen 顺便问下,Rails 指南这本书还有剩下 10% 是些啥内容啊。。
肯定偷懒。身为测试必须指出开发的懈怠。
@bertzhu 出来说说呗