08年11月21日
08年11月18日
Mac for rails develop,介绍了一些mac平台上做Rails开发的工具。
08年11月17日
08年11月16日
08年11月14日
08年11月13日
The Rails Myths, DHH准备好好谈谈Rails了。
Myth #1: Rails is hard to deploy,对Passenger赞扬了一番,还说到”In conclusion, Rails is no longer hard to deploy. Phusion Passenger has made it ridiculously easy.“
Myth #2: Rails is expected to crash 400 times/day,时隔这么久,回应了 Zed Shaw 对Ruby, Rails的抱怨。
08年11月12日
来自elctech的Postgres Text Search 测试,搜索效率比sphinx还高很多?
08年11月07日
推荐一篇文件:技术路线的选择重要但不具有决定性, 来看CSDN 孟岩
Cheat Sheets , 这里有很多非常不错的Cheat Sheets, 内容包括Jquery, Rails, Django, YUI, prototype, Scriptaculousl, extjs, html, css, SEO, mysql 等等。
08年11月06日
memcached 的好文章 : http://ihower.idv.tw/blog/archives/1768
08年10月31日
08年10月30日
好消息,这个做Rails中做搜索很强啊。参考网址: http://www.sphinxsearch.com/index.html
08年10月29日
Rockstar Memcaching视频, 讲解了memcaching的实际应用。
Yugui (Yuki Sonoda) announced the release of Ruby 1.9.1-preview 1
下载:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-preview1.tar.gz
acts_as_configurable 用在项目中,加一些配置参数不错。
Paperclip 无需Rmagick, 但需要 ImageMagick。参考教程:Migrating From FileColumn To Paperclip
在实际项目中,也可以用 MiniMagick + FileColumn 的方案来避免使用Rmagick。
08年10月25日
Easy Upload via URL with attachment_fu
http://almosteffortless.com/2008/10/24/easy-upload-via-url-with-attachment_fu/
http://ryandaigle.com/articles/2008/10/25/what-s-new-in-edge-rails-rails-2-2-released-summary-of-features
08年10月24日
131 Rails Apps Launched This Past Weekend; You Get To Vote For The Best, 去这里看这些Rails项目: http://www.railsrumble.com/
08年10月23日
http://knowfree.net/category/it-ebooks/ruby, 包括Advanced Rails Recipes: 84 New Ways to Build Stunning Rails Apps,Agile Web Development with Rails, 3rd Edition,Professional Ruby on Rails等
还有一些很好的unix书籍:http://knowfree.net/category/it-ebooks/unix
08年10月20日
只fix了两个安全bug:
The 2.0.5 release contains just two changes: A backport of the offset/limit sanitization fix for Active Record and a fix against header-injection when using user-contributed strings in redirect_to.
08年10月16日
http://timetobleed.com/plugging-ruby-memory-leaks-heapstack-dump-patches-to-help-take-out-the-trash/
Slim Attributes 提速的原理在于Mysql/Rails ActiveRecord Models 避免了对每一行Hashes 实例还有延迟初始化该需要的实例。
速度与访问模型属性attributes的数量相关,插件slim_attributes 懒洋洋地推迟了把属性初始化字符串的过程
http://pennysmalls.com/2008/10/14/slim-attributes-v050-released/
08年10月14日
08年10月07日
This project plugs Google Gears in Ruby on Rails.
