`
xxj
  • 浏览: 420588 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
    一直想做个小机器人当小工具,但总是没有时间,现在终于空闲下来,又再一次开始重新考虑这个问题     目标:rails 开发者的小助手,譬如rdoc查询,插件查询,snippet code的黏贴等等,并且可以考虑实现其他Twitter 后者饭否等功能等,终止目的就是能作为贴心的小助手,开发中可能用到的功能都可以考虑在内。     不知道大家有没有其他好的需求。 ====================================================================================== 现在 你可以加 rubyistcn@gmail.co ...
Chapter 1 : Rails Environments and Configuration 这一章 主要讲基本的配置一些东西,我随便的做了些笔记,加上了一些补充说明。希望对新手有帮助。或者你可以当作Tips来看:)Enjoy. 一:Enviroment Mode Rails 有三种models:test,development,production,默认为development,你可以通过RAILS_EVN指定特定的环境 譬如 启动webrick ruby script/server webrick -p 80 -e production 启动mongrel mongrel_rails ...
你是如何处理你的Exception呢?在使用Exception Notifier(http://mmm.iteye.com/blog/116862)么? 今天来介绍另外一个Exception Logger。 0:Exception Logger 是什么 顾名思义,就是记录你的exception。保存在数据库中,并且提供可视化的界面。 1:先来瞅瞅她是什么样的 左边是exceptions的列表,右边是filte 可以通过:exception的类型,所在的controller和时间来筛选。并且还提供了一个查询和RSS。 点击exception的名称可以看到详细的 Request Bac ...

2007/12/21 links

http://softiesonrails.com/2007/12/19/diff-is-great-microsoft-not-so-much
Another Ruby and Rails Screencasts: http://www.rubyplus.org/ assert_efficient_sql http://www.oreillynet.com/ruby/blog/2008/01/assert_efficient_sql.html Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff http://webonrails.com/2008/01/14/ruby ...
http://mysqldump.azundris.com/archives/72-Rubyisms.html
今天recity发布第二版本,优化了半天,终于达到一个稍微满意的速度,闲下来也写了篇bllog轻松下:) 这个东西据说在production已经cache了,是的,确实是的! 今天主要的目的是折腾 于是乎google一把,看有没有现成的plugin,呵呵,俺想偷懒 没找到plugins,但是找到一个不错的patch:http://dev.rubyonrails.org/attachment/ticket/9046/cache_column_names.patch 哦,原来就是这么个东西,开始动手,把它转换成plugins 先说明下,这个只是初步入门级别,没什么深入研究的可是为什么要写 ...
module BeanUtils RESERVE_INSTANCE_KEY = %w{id attributes_cache new_record} #copy properties def cp(dest) dest = dest.new if dest.is_a?(Class) copy = lambda{|h| h.each{|key, value| dest.send("#{key}=", value) if dest.respond_to?("#{key}=") and !value.blank? ...
http://eigenclass.org/hiki/Changes+in+Ruby+1.9
http://www.ibm.com/developerworks/cn/top10/?ca=drs-tp4707 http://www.smartleaf.com/rst/perm_present/perm_present.html http://www.deprec.org/ http://rethink.unspace.ca/2007/12/3/merb-tastic
http://www.recity.net 的流量终于又回来了,开心
数据库是瓶颈,今天我们介绍model级别的cache。Cached Model 是一个简单的只对单记录做缓存的plugin.Cached Model的的存储分为本地存储和Memcached存储。本地存储大家都知道,一般都是用Hash来存储的。这里的Memcached是一种网络分布式存储 ...
http://www.xenoclast.org/doc/benchmark/HTTP-benchmarking-HOWTO/HTTP-benchmarking-HOWTO.html http://www.xenoclast.org/autobench/ http://agiletesting.blogspot.com/2005/04/http-performance-testing-with-httperf.html
http://mapki.com/wiki/Knowledge_Base#Polylines http://mapki.com/wiki/Click_Listeners_101_-_Polyline_Drawing http://www.google.com/apis/maps/documentation/polylineutility.html http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm
哪有这样的抓取别人页面的,看看下面的数据,短短几个小时之内,比google的爬虫三倍之多,比其他的爬虫更厉害,害得我们服务器快挂了(俺们刚创业,还没来得及换服务器),真是无耻!! +-----------------+-----------+ | ip | count(ip) | +-----------------+-----------+ | 60.28.205.198 | 1977 | | 66.249.70.35 | 655 | | 38.99.13.122 | 441 | | 220.181.38 ...
Global site tag (gtag.js) - Google Analytics