| 123438 ITEMS / 10 PER PAGE |
|
 | 小女子我请问各位哥哥有在heroku成功部署过rails app吗? by mynameisrobin |
| 如题,自己用rails做的一些mini app...作demo用。看是否有成功在上面部署过的。。。? |
| chinaonrails.com/topic/view/3032.html - 2010年3月11日 |
|
 | Panopticlick 不用Cookies或IP地址 就能追踪到浏览器的指纹 by bd7lx |
| "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年3月2日 |
|
 | 大长帖-Restful认证点点滴滴 by bd7lx |
| Restful Authentication with all the bells and whistles
http://www.railsforum.com/viewtopic.php?id=14216
列出了很多延展的话题和技巧,以代码和链接多为特色
怎么没有看出“有什么铃铛和哨子啊?”
bells and whistles, 意思是附加的功能或是点缀品 ... |
| chinaonrails.com/topic/view/1320.html - 2010年2月25日 |
|
 | 如何下载指定链接? by luofeiyu |
| require 'open-uri'
page = open('http://quotes.money.163.com/corp/1034/code=601398.html')
data = page.read
f=File.new("/home/test.html", "w")
f<<data
上面可以抓网页,请问,如何下载指定链接?
http://f.youku.com/player/getFlvPath/sid/00_00/st/flv/fileid/02006405004AD57603421101C258298CF7C098-611C-0EDE-B315-41D ... |
| chinaonrails.com/topic/view/3729.html - 2010年2月23日 |
|
 | 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月23日 |
|
 | 未来的版本中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日 |
|
 | 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日 |
|
| 123438 ITEMS / 10 PER PAGE |