#48 楼 @HungYuHei http://wiki.nginx.org/Pitfalls#Check_IF_File_Exists 和 ruby 里的 try 方法一样的语法糖。
Rails 怎么不会挂?一定是你的使用方法不对。
没去过
还是好好学 PHP 吧
不过好像没提到加密 session,都是在说签名
做隐藏用户 ID 这种事情用加密 session 最合适了..
#34 楼 @luikore 所以默认要关掉 session,这样做 bm 的时候优势就大了..
PS. 看到 twitter 上 camping 的维护者对 Rails4 的加密 session 的吐槽:
we had encrypted session cookies in Camping 5 years ago, but removed it because it's just a silly idea https://twitter.com/judofyr/status/316915841868369922
这么基础的两个问题都答不上来说明不是面试经验问题呀.. mongoid 也有类似 STI 的东西:http://mongoid.org/en/mongoid/docs/documents.html#inheritance
#4 楼 @blacktulip 不要全做完。。一点点来啊 呵呵 呵呵
#2 楼 @xds2000 不是有 en 版本么:http://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/ #1 楼 @blacktulip 你英语好,可以翻译一个 cn 版本,然后放到 https://github.com/ruby/www.ruby-lang.org/ 上啊..
人民群众喜闻乐见
select count(*)
太多了。建议用 counter cache。
count 查询占了大概 400ms。
When Redis is used as a cache in this way, if the application also requires the use Redis as a store, it is strongly suggested to create two Redis instances, one as a cache, configured in this way, and one as a store, configured accordingly to your persistence needs and only holding keys that are not about cached data.
#19 楼 @ShiningRay race_condition_ttl
一直就有啊
是坑,padrino 也有:https://github.com/padrino/padrino-framework/issues/1046
#6 楼 @luikore 他是把用户作为外链的图片抓到他们的 https://a248.e.akamai.net 静态资源服务器上,这样没有任何问题啊。。是 真 ·安全。
#4 楼 @Los 是的,还有HTTP Strict Transport Security和 Cache Control 相关的,不过我不熟啊..
interesting!
这种搞法用 HTTPS 和不用是没有区别的..