Scala
Aaron Patterson 也是用 11" 阿 :D
我买了两根 mini-displayport 转 Display Port 的线接 DELL US2311,都快坏了……
可以看一下这篇文章:用 ES 去索引维基百科的数据 http://exploringelasticsearch.com/book/searching-natural-language/searching-the-wikipedia-dataset.html
此外这本 Exploring ElasticSearch 还有一些 Review,例如与 GitHub 负责搜索的工程师聊天: http://exploringelasticsearch.com/book/elasticsearch-at-scale-interviews/interview-with-the-github-elasticsearch-team.html
一直用常量,有人跟我一样么?
原来还是有人用 Rubymine 的,这下我不用觉得不好意思了 XD
赞!
Tire 已经 retire 了,作者也去了 ElasticSearch,并开发了官方的 Ruby Client(较为底层,基于官方 Client 的 AR 适配器应该很快就有了)
#6 楼 @wppurking 是的,之前在 NY1 也是很稳定,也是接近 300ms,但实际感受不慢。
我最近将 NY1 机房的一个 vps 移到 SFO 机房了,速度不慢,但是会有经常比较诡异现象出现,例如刷半天打不开,用 Safari 打开经常会空白。。。
Matz 大叔好像以前在乐天工作过?
我之前用的是这个 https://www.transifex.com
Square 也开源了一个,还没尝试过: http://corner.squareup.com/2013/10/introducing-shuttle.html
:shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit: :shipit:
供楼主参考。。。
看你的上下文,「栏目」用 column
或者 section
更合适:
def index
@columns = GgClasslist.all
@ask_lists = GgNewsAsk.get_ask_list(10)
@day_count = GgNews.day_count
@news = GgNews.get_news_list(false, false, "1=1", "n.id desc", "30", "0" )
end
class GgNewsAsk < ActiveRecord::Base
def self.get_ask_list(limit = 10)
#do something
end
end
顶炮哥,我年底也回广州了 :D
#14 楼 @small_fish__ 有点忧伤的感觉,Shopqi 做的就是这种,但没能坚持下来… @saberma
看以下两个链接有没有包含你的情况,同时注意查看 log/production.log
http://ruby-china.org/topics/201 http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
config.assets.precompile += %w( home.js home.css )
给楼主点个赞!
两者都支持标准的 access log,全部都保存在 s3 上
这文章写得太赞了,值得反复拜读!
楼主这是没装 elasticsearch 吧?
+1
跑个题,楼主的头像穿着 bikini
Stripe API https://stripe.com/docs/api
简直就是 API 文档的楷模,开源产品有类似的 http://daux.io/
我已从 HAML 换回 ERB 了,还是普通的 ERB 看着比较舒服。
SASS 也换成了 SCSS .