21 Ruby Tricks You Should Be Using In Your Own Code

21 Ruby Tricks You Should Be Using In Your Own Code

http://www.rubyinside.com/21-ruby-tricks-902.html

Posted by devon At May 27, 2008 09:05 ─ 0条评论
Advanced Search Form

Railscast 111: Advanced Search Form

http://railscasts.com/episodes/111

Posted by devon At May 26, 2008 15:01 ─ 0条评论
Rails 2.1教程

Rails 2.1教程

http://www.akitaonrails.com/2008/5/25/rolling-with-rails-2-1-the-first-full-tutorial-part-1
http://www.akitaonrails.com/2008/5/26/rolling-with-rails-2-1-the-first-full-tutorial-part-2

Posted by devon At May 26, 2008 12:56 ─ 0条评论
使用libmmseg实现Ruby的中文分词功能

使用libmmseg实现Ruby的中文分词功能,好文章。

http://robbin.javaeye.com/blog/196451

Posted by devon At May 24, 2008 23:34 ─ 0条评论
大量的mod_rails资源

28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster

http://www.rubyinside.com/28_mod_rails_and_passenger_resources-899.html

Posted by devon At May 24, 2008 09:17 ─ 0条评论
解答有关REST的十点疑惑

解答有关REST的十点疑惑, from InfoQ

http://www.infoq.com/cn/articles/tilkov-rest-doubts

Posted by devon At May 23, 2008 10:58 ─ 0条评论
Ask Your Doctor About mod_rails

一些mod_rails的使用指南。

http://nubyonrails.com/articles/ask-your-doctor-about-mod_rails

Posted by devon At May 22, 2008 08:11 ─ 0条评论
Bitswiki: open source wiki

Bitswiki: 开源的wiki应用,比较简单实用。

http://opensource.bitscribe.net/page/Bitswiki

Posted by devon At May 21, 2008 23:32 ─ 0条评论
组建化Rails应用

http://cells.rubyforge.org/overview.html

"Bringing modularity
to your Rails app."

Posted by holin At May 20, 2008 20:34 ─ 0条评论
Agile Web Development with Rails, Third Edition

Agile Web Development with Rails, Third Edition

http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition

Posted by devon At May 20, 2008 17:34 ─ 0条评论
Episode 108: named_scope rails 2.1

Episode 108: named_scope in rails 2.1

http://railscasts.com/episodes/108

Posted by devon At May 19, 2008 17:59 ─ 0条评论
This Week in Ruby

This Week in Ruby

http://www.juixe.com/techknow/index.php/2008/05/18/this-week-in-ruby/

Posted by devon At May 19, 2008 11:00 ─ 0条评论
MMS2R PeepCode《Advanced Rails Recipes》发布

MMS2R PeepCode《Advanced Rails Recipes》发布

http://railspikes.com/2008/5/16/published-mms2r-peepcode-and-advanced-rails-recipes

Posted by devon At May 17, 2008 17:07 ─ 0条评论
Railscast 107: Rails2.1中的migration

Railscast 107放出,讲Rails2.1中的migration.



change_table :products do |t|
t.rename :released_on, :released_at
t.change :description, :text, :limit => nil, :null => true
t.remove :price
t.integer :stock_quantity
end

http://railscasts.com/episodes/107

Posted by devon At May 16, 2008 16:10 ─ 0条评论
Palmist, 分析优化Rails中的mysql瓶颈

Palmist, 分析优化Rails中的mysql瓶颈

http://www.flyingmachinestudios.com/2008/05/14/announcing-palmist/

Posted by devon At May 15, 2008 22:21 ─ 0条评论
文件上传利器: SWFUpload

文件上传利器: SWFUpload

http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/

Posted by devon At May 15, 2008 22:00 ─ 0条评论
究竟该用Rspec测试哪些东东呢

究竟该用Rspec测试哪些东东呢?

http://www.railway.at/articles/2008/05/14/do-we-really-need-controller-and-view-tests

Posted by devon At May 14, 2008 23:29 ─ 0条评论
SaaS的Rails性能分析工具New Relic

SaaS的Rails性能分析工具New Relic, 自自infoq

http://www.infoq.com/cn/news/2008/05/new-relic-rails-performance

Posted by devon At May 14, 2008 18:41 ─ 0条评论
如何使用cURL测试RESTful Rails

如何使用cURL测试RESTful Rails

curl -X DELETE http://localhost:3000/books/1
curl -d "book[title]=Test" -d "book[copyright]=1998" http://localhost:3000/books
curl -H "Accept: text/xml" http://localhost:3000/books/sections/1

http://2simple.cn/2007/05/curlrestful-rails.htm

Posted by devon At May 14, 2008 09:28 ─ 0条评论
遍历大容量 ActiveRecord 对象

不需要装载全部对象来遍历大容量 ActiveRecord 对象的办法:

chunky-iterator-so-you-dont-have-to-load-all-your-ar-objects-at-once

Posted by devon At May 13, 2008 09:30 ─ 0条评论
TextMate bundles for Merb

TextMate bundles for Merb:

http://drnicwilliams.com/2008/05/12/textmate-bundles-for-merb/

Posted by devon At May 12, 2008 22:10 ─ 0条评论
Railscase 105: Gitting Rails 2.1 RC1

Episode 105: Gitting Rails 2.1 RC1: http://railscasts.com/episodes/105

Posted by devon At May 12, 2008 21:51 ─ 0条评论
Rails开发技巧集锦

非常不错的Rails开发技巧集锦

http://wiki.rubyonrailscn.org/rails/show/Rails开发技巧集锦

Posted by devon At May 11, 2008 23:22 ─ 0条评论
AloneTone: 开源的音乐分享网站

开源的音乐分享网站-AloneTone:

网站:http://alonetone.com/

代码: http://github.com/sudara/alonetone/tree/master

Posted by devon At May 10, 2008 22:44 ─ 0条评论
resource_controller 插件

resource_controller 定制Action, resource_controller 介绍

Posted by devon At May 08, 2008 16:12 ─ 0条评论
Sun推出OpenSolaris系统

Sun推出OpenSolaris系统,不知道跑rails感觉怎么样。

http://www.opensolaris.org/index.html

Posted by devon At May 07, 2008 23:01 ─ 0条评论
开源的Rails在线销售网站

开源的Rails在线销售网站系统: http://spreehq.org/

Posted by devon At May 07, 2008 09:24 ─ 0条评论
view in JS

Write your Rails view in……. JavaScript?

http://tenderlovemaking.com/2008/05/06/write-your-rails-view-in-javascript/

Posted by devon At May 07, 2008 09:22 ─ 0条评论
A Social Networking Plugin for Ruby on Rails

Community Engine: A Social Networking Plugin for Ruby on Rails

http://www.missingmethod.com/projects/community_engine/

类似的还有: OneBody, LovdByLess, eldorado

Posted by devon At May 06, 2008 15:44 ─ 0条评论
ruby to python

在google app中使用ruby(将ruby代码转换为python)

Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)

Posted by devon At May 06, 2008 11:14 ─ 0条评论