- 浏览: 434729 次
- 性别:
- 来自: 上海
-
最新评论
-
w156445045:
博主我用的是1.6的版本,我没找到conf/crawl-url ...
Nutch 笔记(一):Quick Start -
hz_qiuyuanxin:
楼主,正则表达式写错了,是 /.*\./
Rails中文件上传 -
lijun4186255:
rails 中文乱码的问题 -
luopeng_tr:
楼主你好, 看了帖子我做了一下测试。 出来一个问题,希望指教n ...
在rails中使用UUIDTools -
404714:
提供一大堆tag是不错,有没有想过如何把数据库字段映射成tag ...
Haml&Radius 不错
文章列表
ActiveRecord::Extensions:
http://arext.rubyforge.org/
http://www.continuousthinking.com/tags/arext/rdoc/index.html
http://www.rubyinside.com/advent2006/17-extendingar.html
http://www.continuousthinking.com/tags/arext
引用
ActiveRecord does alot for you, but it can do more, alot more.
ActiveRecord::E ...
- 2007-07-14 00:25
- 浏览 1038
- 评论(0)
The Beauty of Ruby: A 54 Minute Presentation:
http://www.infoq.com/presentations/beauty-of-ruby-vanderburg
reCAPTCHA:
http://recaptcha.net/popuphelp/
- 2007-07-10 10:04
- 浏览 983
- 评论(0)
真实世界中的 Rails 系列:
http://www.ibm.com/developerworks/cn/web/wa-rails/
- 2007-06-11 15:36
- 浏览 1157
- 评论(0)
BackgrounDRb
http://backgroundrb.rubyforge.org/
http://www.infoq.com/articles/BackgrounDRb
Daemons
http://daemons.rubyforge.org/
- 2007-06-04 12:02
- 浏览 1102
- 评论(0)
Joost:
http://www.joost.com/
邀请:http://joost.com/presents/gigaom-newteevee/
- 2007-05-31 09:53
- 浏览 1147
- 评论(0)
Web 2.0 free buttons maker:
http://www.mycoolbutton.com/
ZenTest:
http://www.rubyinside.com/zentest-360-turbocharge-your-tests-510.html
http://www.zenspider.com/ZSS/Products/ZenTest/
Buildr:
http://buildr.rubyforge.org/rdoc/index.html
- 2007-05-30 13:58
- 浏览 1325
- 评论(0)
An ffmpeg and SDL Tutorial
http://dranger.com/ffmpeg/
- 2007-05-28 13:41
- 浏览 1134
- 评论(0)
RailsConf 2007
http://www.web2expo.com/pub/w/51/presentations.html
What’s Coming in Rails 2.0
http://blog.viget.com/tech/2007/05/20/whats-coming-in-rails-20/
- 2007-05-23 08:45
- 浏览 1035
- 评论(0)
http://www.ibm.com/developerworks/cn/java/j-cb/
- 2007-05-22 08:33
- 浏览 855
- 评论(0)
上次还不行的,这次居然....甚至不需要验证,呵呵,先偷偷上网溜达溜达
http://rspec.rubyforge.org
http://mofo.rubyforge.org
- 2007-05-11 10:49
- 浏览 1121
- 评论(0)
http://home.gna.org/xmpp4r/
http://netxmpp-ruby.jabberstudio.org/
http://xmpp4r-simple.rubyforge.org/
http://jabber4r.rubyforge.org/
http://devblog.famundo.com/articles/2006/10/10/ruby-and-xmpp-jabber-a-multi-posts-series
http://devblog.famundo.com/articles/2006/10/14/ruby-and-xmpp-jabber-part- ...
- 2007-05-10 12:44
- 浏览 1492
- 评论(0)
http://www.roscripts.com/Top_list_of_Ruby_on_Rails_resources-126.html
- 2007-05-06 17:21
- 浏览 1091
- 评论(0)
发布测试版本,需要导入遗留的数据,刚开始,直接新建两个connection,一个是旧的数据库sqlserver,一个是新的数据库mysql,但是在保存mysql数据的时候:报无法找到sqlserver的表,原来数据在获取的时候才去取sqlserver的数据,并没有完全取出来。于是乎想到前两天网上看到的Magic Multi Connection:http://magicmodels.rubyforge.org/magic_multi_connections/
安装试用一下:
gem install magic_multi_connections
代码只是做了稍微的改动,就可以用了。
r ...
- 2007-05-05 14:55
- 浏览 1227
- 评论(0)
在
http://snippets.dzone.com/
看到如下的一段代码
http://snippets.dzone.com/posts/show/3947
my_ip = (require 'open-uri' ; open("http://myip.dk") { |f| /([0-9]{1,3}\.){3}[0-9]{1,3}/.match(f.read)[0].to_a[0] })
无聊中,继续"茴香豆有几种写法"中...
第一,用scan
require 'open-uri'
open('http://myip.dk/') ...
- 2007-05-03 12:19
- 浏览 1185
- 评论(0)