21 Ruby Tricks You Should Be Using In Your Own Code
Railscast 111: Advanced Search Form
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
28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster
http://www.rubyinside.com/28_mod_rails_and_passenger_resources-899.html
一些mod_rails的使用指南。
http://nubyonrails.com/articles/ask-your-doctor-about-mod_rails
http://cells.rubyforge.org/overview.html
"Bringing modularity
to your Rails app."
Agile Web Development with Rails, Third Edition
http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition
Episode 108: named_scope in rails 2.1
This Week in Ruby
http://www.juixe.com/techknow/index.php/2008/05/18/this-week-in-ruby/
MMS2R PeepCode《Advanced Rails Recipes》发布
http://railspikes.com/2008/5/16/published-mms2r-peepcode-and-advanced-rails-recipes
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
Palmist, 分析优化Rails中的mysql瓶颈
http://www.flyingmachinestudios.com/2008/05/14/announcing-palmist/
文件上传利器: SWFUpload
http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/
究竟该用Rspec测试哪些东东呢?
http://www.railway.at/articles/2008/05/14/do-we-really-need-controller-and-view-tests
SaaS的Rails性能分析工具New Relic, 自自infoq
http://www.infoq.com/cn/news/2008/05/new-relic-rails-performance
如何使用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
不需要装载全部对象来遍历大容量 ActiveRecord 对象的办法:
chunky-iterator-so-you-dont-have-to-load-all-your-ar-objects-at-once
TextMate bundles for Merb:
http://drnicwilliams.com/2008/05/12/textmate-bundles-for-merb/
Episode 105: Gitting Rails 2.1 RC1: http://railscasts.com/episodes/105
Write your Rails view in……. JavaScript?
http://tenderlovemaking.com/2008/05/06/write-your-rails-view-in-javascript/
Community Engine: A Social Networking Plugin for Ruby on Rails
http://www.missingmethod.com/projects/community_engine/
类似的还有: OneBody, LovdByLess, eldorado
在google app中使用ruby(将ruby代码转换为python)
Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)
