08年11月21日

jQuery on Rails

http://railstips.org/2008/11/20/jquery-on-rails-why-bother

Posted by devon At November 21, 2008 09:34 ─ 0条评论

08年11月18日

Ruby on Rails 安全导读

安全导读1-4
安全导读5-6
安全导读7
安全导读8(完结)

Posted by devon At November 18, 2008 13:30 ─ 0条评论
自装配的Ruby守护进程集群

http://www.ruby-yee.com/2008/11/17/nanite-self-assembling-cluster-of-ruby-daemons

Posted by devon At November 18, 2008 12:19 ─ 0条评论
探测站内链接是不是都OK

http://github.com/ardekantur/shnork/tree/master

Posted by devon At November 18, 2008 12:11 ─ 0条评论
Why Buying a Mac for (Rails) Developers is a Good Idea

Mac for rails develop,介绍了一些mac平台上做Rails开发的工具。

Posted by devon At November 18, 2008 09:12 ─ 0条评论

08年11月17日

HappyMapper, Making XML Fun Again

XML到ruby的映射: http://railstips.org/2008/11/17/happymapper-making-xml-fun-again

Posted by devon At November 17, 2008 16:04 ─ 0条评论

08年11月16日

Speeding Up Rails Development

http://jimneath.org/2008/11/15/speeding-up-rails-development/

Posted by devon At November 16, 2008 10:56 ─ 0条评论

08年11月14日

Rails Rumble Observations, part II - trends in gem/plugin usage

Rails Rumble Observations, part II - trends in gem/plugin usage

Posted by devon At November 14, 2008 13:10 ─ 0条评论

08年11月13日

DHH blog 更新

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的抱怨。

Posted by devon At November 13, 2008 19:35 ─ 0条评论
Prototype or jQuery?

Rails Rumble Observations, part I - jQuery on the Heels of Prototype

Posted by devon At November 13, 2008 08:42 ─ 0条评论

08年11月12日

TSearchable - Postgres Text Search on Rails

来自elctech的Postgres Text Search 测试,搜索效率比sphinx还高很多?

Posted by devon At November 12, 2008 11:59 ─ 0条评论

08年11月07日

技术路线的选择重要但不具有决定性

推荐一篇文件:技术路线的选择重要但不具有决定性, 来看CSDN 孟岩

Posted by devon At November 07, 2008 20:41 ─ 0条评论
The Best Cheat Sheets for Web Developers

Cheat Sheets , 这里有很多非常不错的Cheat Sheets, 内容包括Jquery, Rails, Django, YUI, prototype, Scriptaculousl, extjs, html, css, SEO, mysql 等等。

Posted by devon At November 07, 2008 20:28 ─ 0条评论

08年11月06日

如何使用 memcached 做快取

memcached 的好文章 : http://ihower.idv.tw/blog/archives/1768

Posted by devon At November 06, 2008 17:23 ─ 0条评论

08年10月31日

RubyEncoder:Ruby混淆器和代码保护

http://www.infoq.com/cn/news/2008/10/rubyencoder

Posted by holin At October 31, 2008 09:41 ─ 70条评论

08年10月30日

Sphinx 0.9.8.1 发布

好消息,这个做Rails中做搜索很强啊。参考网址: http://www.sphinxsearch.com/index.html

Posted by devon At October 30, 2008 15:00 ─ 0条评论

08年10月29日

Memcaching 的文章与视频

Rockstar Memcaching视频, 讲解了memcaching的实际应用。

Posted by devon At October 29, 2008 08:35 ─ 267条评论
Ruby 1.9.1-preview 1 发布

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

Posted by devon At October 29, 2008 08:29 ─ 72条评论
插件:acts_as_configurable

acts_as_configurable 用在项目中,加一些配置参数不错。

Posted by devon At October 29, 2008 08:24 ─ 110条评论
用 Paperclip 替代 FileColumn

Paperclip 无需Rmagick, 但需要 ImageMagick。参考教程:Migrating From FileColumn To Paperclip

在实际项目中,也可以用 MiniMagick + FileColumn 的方案来避免使用Rmagick。

Posted by devon At October 29, 2008 08:21 ─ 238条评论

08年10月25日

改进attachment_fu,保存url指定的文件

Easy Upload via URL with attachment_fu
http://almosteffortless.com/2008/10/24/easy-upload-via-url-with-attachment_fu/

Posted by holin At October 25, 2008 14:14 ─ 73条评论
Rails 2.2 新特性

http://ryandaigle.com/articles/2008/10/25/what-s-new-in-edge-rails-rails-2-2-released-summary-of-features

Posted by devon At October 25, 2008 09:31 ─ 0条评论

08年10月24日

2008 Rails Rumble:131 Rails Apps发布

131 Rails Apps Launched This Past Weekend; You Get To Vote For The Best, 去这里看这些Rails项目: http://www.railsrumble.com/

Posted by devon At October 24, 2008 09:11 ─ 330条评论

08年10月23日

大量ruby书籍下载

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

Posted by devon At October 23, 2008 22:36 ─ 1条评论

08年10月20日

Rails 2.0.5推出

只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.

Posted by devon At October 20, 2008 08:28 ─ 0条评论

08年10月16日

Ruby内存泄露-检查及对策

http://timetobleed.com/plugging-ruby-memory-leaks-heapstack-dump-patches-to-help-take-out-the-trash/

Posted by holin At October 16, 2008 13:00 ─ 0条评论
Slim-Attributes v0.5.0 released

Slim Attributes 提速的原理在于Mysql/Rails ActiveRecord Models 避免了对每一行Hashes 实例还有延迟初始化该需要的实例。

速度与访问模型属性attributes的数量相关,插件slim_attributes 懒洋洋地推迟了把属性初始化字符串的过程

http://pennysmalls.com/2008/10/14/slim-attributes-v050-released/

Posted by holin At October 16, 2008 12:59 ─ 0条评论

08年10月14日

How To Generate PDFs in Rails With Prawn

http://railstips.org/2008/10/14/how-to-generate-pdfs-in-rails-with-prawn

Posted by devon At October 14, 2008 15:52 ─ 0条评论

08年10月07日

Google Gears for Rails

This project plugs Google Gears in Ruby on Rails.

http://code.google.com/p/gearsonrails/

Posted by devon At October 07, 2008 18:11 ─ 0条评论
Hampton's Ruby Survey 2008

http://survey.hamptoncatlin.com/

Posted by holin At October 07, 2008 13:19 ─ 0条评论