| 123437 ITEMS / 10 PER PAGE |
|
 | Ruby on Rails 3.0 Release Notes by rociiu |
| http://guides.rails.info/3_0_release_notes.html ... |
| chinaonrails.com/topic/view/3701.html - 2010年2月9日 |
|
 | 未来的版本中Rails Metal 将采用了Rack做middleware by bd7lx |
| http://weblog.rubyonrails.org/2008/12/17/introducing-rails-metal
DHH透漏edge rails的新特性,看出rails的未来大融合趋向,跟sinatra学习靠拢,让小礼帽在rails里面跑
http://soylentfoo.jnewland.com/articles/2008/12/16/rails-metal-a-micro-framework-with-the-power-of-rails-m
本站对rack的讨论
http://chinaonrails.com/topic/view/1544.html ... |
| chinaonrails.com/topic/view/2518.html - 2010年2月8日 |
|
 | 做个防止篡改的曲奇桶A tamper-proof cookie jar for Rails by bd7lx |
| http://www.thewebfellas.com/blog/2008/7/14/a-tamper-proof-cookie-jar-for-rails-development
session store 缺省用cookie保存,带来安全隐忧
直接的方式用EzCryto gem 和 AES encryption)加密写入小甜饼,读的时候解密
采用简单加密方法也带来速度和效率上的麻烦
作者采用了HMAC和session store解决保护id防止被恶意修改
HMAC就是a keyed-Hash Message Authentication Code (H ... |
| chinaonrails.com/topic/view/1890.html - 2010年2月3日 |
|
 | 计算工时 by bd7lx |
| http://erikslab.com/2007/10/18/ruby-simple-calculation-of-billable-time-using-epoch-seconds/
ruby入门小程序,可以考虑如何完善它,比如显示出中文的结果
用纪元时epochtime
运行结果
customer|topic
Start: Fri Oct 19 11:06:40 +0800 2007
Start: Fri Oct 19 11:06:40 +0800 2007
End: Fri Oct 19 11:07:40 +0800 2007
Seconds: 6 ... |
| chinaonrails.com/topic/view/877.html - 2010年1月30日 |
|
 | Digest::SHA1.hexdigest('aaaaa') by autumn |
| 请问用Digest::SHA1.hexdigest加密后,如何还原啊?
rails有没有其他的加密解密函数啊? |
| chinaonrails.com/topic/view/1513.html - 2010年1月29日 |
|
 | Panopticlick 不用Cookies或IP地址 就能追踪到浏览器的指纹 |
| "How Unique - and Trackable - is Your Browser?". Test site from the EFF. Turning on NoScript helps significantly.
https://panopticlick.eff.org/
电子前哨基金会(EFF)的网站Panopticlick
利用用户浏览器配置信息,如User agent字符串、插件版本号、字体等,是否可能创造出独特的数字指纹,从而让网络浏览者能被追踪到。
根据EFF的研究结果,平均每个浏览器发送10.5比特信息熵(发送消息最多的浏览器类型是:黑 ... |
| chinaonrails.com/topic/view/3688.html - 2010年1月29日 |
|
 | JRuby-OpenSSL by bd7lx |
| http://jruby-extras.rubyforge.org/jruby-openssl/
JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.
JRuby offers *just enough* compatibility for most Ruby applications that use OpenSSL. ... |
| chinaonrails.com/topic/view/3315.html - 2010年1月26日 |
|
 | rails2.3.4安全补丁补了啥 by bd7lx |
| m/topic/view/396.html
另一个timing attack vulnerability in ActiveSupport::MessageVerifier.
下手的目标cookie store
http://chinaonrails.com/topic/view/1890.html
http://codahale.com/a-lesson-in-timing-attacks/
timing attack翻译不一
计时攻击,时序攻击,定时攻击
在OpenSSL上实践论文
http://crypto.stanford.edu/~d ... |
| chinaonrails.com/topic/view/3396.html - 2010年1月21日 |
|
 | 上传的技巧大全 by bd7lx |
| 给道喜的大全添个尾巴
http://www.lycom.de/past/2007/6/21/attachment_fu20070621_213817/
http://developer.assaydepot.com/?p=6
http://code.google.com/p/activeupload/ ... |
| chinaonrails.com/topic/view/604.html - 2009年12月30日 |
|
 | Testing Exception |
| 最近看了railscasts 187——Testing Exception,http://railscasts.com/episodes/187-testing-exceptions,教我们如何重现实际环境下产生的exception,感觉非常有用。
然后fork了exception_notification项目,根据exception,自动生成测试代码,并随邮件一起发出来,其中id转换为相应的fixture object需要手动修改。有兴趣的同学可以试试
项目地址:http://github.com/flyerhzm/exception_notification
下面是exc ... |
| chinaonrails.com/topic/view/3609.html - 2009年12月24日 |
|
| 123437 ITEMS / 10 PER PAGE |