- 浏览: 430137 次
- 性别:
- 来自: 上海
最新评论
-
w156445045:
博主我用的是1.6的版本,我没找到conf/crawl-url ...
Nutch 笔记(一):Quick Start -
hz_qiuyuanxin:
楼主,正则表达式写错了,是 /.*\./
Rails中文件上传 -
lijun4186255:
rails 中文乱码的问题 -
luopeng_tr:
楼主你好, 看了帖子我做了一下测试。 出来一个问题,希望指教n ...
在rails中使用UUIDTools -
404714:
提供一大堆tag是不错,有没有想过如何把数据库字段映射成tag ...
Haml&Radius 不错
文章列表
一直想做个小机器人当小工具,但总是没有时间,现在终于空闲下来,又再一次开始重新考虑这个问题
目标:rails 开发者的小助手,譬如rdoc查询,插件查询,snippet code的黏贴等等,并且可以考虑实现其他Twitter 后者饭否等功能等,终止目的就是能作为贴心的小助手,开发中可能用到的功能都可以考虑在内。
不知道大家有没有其他好的需求。
======================================================================================
现在 你可以加 rubyistcn@gmail.co ...
- 2008-01-16 14:17
- 浏览 1195
- 评论(0)
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 ...
- 2008-01-15 15:46
- 浏览 2585
- 评论(1)
你是如何处理你的Exception呢?在使用Exception Notifier(http://mmm.iteye.com/blog/116862)么?
今天来介绍另外一个Exception Logger。
0:Exception Logger 是什么
顾名思义,就是记录你的exception。保存在数据库中,并且提供可视化的界面。
1:先来瞅瞅她是什么样的
左边是exceptions的列表,右边是filte
可以通过:exception的类型,所在的controller和时间来筛选。并且还提供了一个查询和RSS。
点击exception的名称可以看到详细的 Request Bac ...
http://softiesonrails.com/2007/12/19/diff-is-great-microsoft-not-so-much
- 2008-01-15 10:13
- 浏览 970
- 评论(0)
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 ...
- 2008-01-15 10:11
- 浏览 1366
- 评论(0)
http://mysqldump.azundris.com/archives/72-Rubyisms.html
- 2008-01-11 18:30
- 浏览 966
- 评论(0)
今天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? ...
- 2007-12-28 16:21
- 浏览 1093
- 评论(0)
http://eigenclass.org/hiki/Changes+in+Ruby+1.9
- 2007-12-11 10:02
- 浏览 992
- 评论(0)
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
- 2007-12-04 11:05
- 浏览 1022
- 评论(0)
数据库是瓶颈,今天我们介绍model级别的cache。Cached Model 是一个简单的只对单记录做缓存的plugin.Cached Model的的存储分为本地存储和Memcached存储。本地存储大家都知道,一般都是用Hash来存储的。这里的Memcached是一种网络分布式存储 ...
- 2007-11-12 09:46
- 浏览 2126
- 评论(1)
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
- 2007-11-07 15:16
- 浏览 991
- 评论(0)
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
- 2007-11-06 16:17
- 浏览 1143
- 评论(0)
哪有这样的抓取别人页面的,看看下面的数据,短短几个小时之内,比google的爬虫三倍之多,比其他的爬虫更厉害,害得我们服务器快挂了(俺们刚创业,还没来得及换服务器),真是无耻!!
+-----------------+-----------+
| ip | count(ip) |
+-----------------+-----------+
| 60.28.205.198 | 1977 |
| 66.249.70.35 | 655 |
| 38.99.13.122 | 441 |
| 220.181.38 ...