Ruby's Louvre

每天学习一点点算法

导航

2009年7月8日 #

利用rails与blueprint进行迅敏开发(第一部分)

摘要: 这部分主要对blue print的各个CSS进行分析,重点增加对IE BUG的补救措施,并放出一些初级的实践方案。 阅读全文

posted @ 2009-07-08 00:55 司徒正美 阅读(1949) 评论(3) 推荐(2) 编辑

2009年7月5日 #

Receiving Email with Rails

摘要: This article originally appeared in the first issue ofRails Magazine. It is reproduced here not quite verbatim with a couple of corrections and additions.Photo fromespartaon Flickr.IntroductionReceivi... 阅读全文

posted @ 2009-07-05 21:20 司徒正美 阅读(814) 评论(0) 推荐(0) 编辑

安装 sqlite3

摘要: environment.rbconfig.gem ‘sqlite3-ruby’, :lib => ‘sqlite3’ 阅读全文

posted @ 2009-07-05 21:18 司徒正美 阅读(474) 评论(0) 推荐(0) 编辑

Hpricot and utf-8

摘要: I tried to useHpricotto parse a page with special characters in a utf-8 encoding. The docs tell you to do this:require 'rubygems'require 'open-uri'require 'hpricot'doc = Hpricot(open("http://url/"))Ho... 阅读全文

posted @ 2009-07-05 21:15 司徒正美 阅读(534) 评论(0) 推荐(0) 编辑

inet: Beyond Key-Value Store

摘要: It took Ruby some time to go from an infant research project by Matz to a language we've all come to know so well. Now, another Japanese developer (Mikio Hirabayashi) has all the potential to repeat t... 阅读全文

posted @ 2009-07-05 21:11 司徒正美 阅读(573) 评论(0) 推荐(0) 编辑

32 Rack Resources to Get You Started

摘要: RackWhat the heck is Rack and why is it getting so much press lately? Well, from it’s tag-line: “Rack provides an minimal interface between webservers supporting Ruby and Ruby frameworks.&... 阅读全文

posted @ 2009-07-05 21:03 司徒正美 阅读(545) 评论(0) 推荐(0) 编辑

Ruby Best Practices: 今年最好的ruby博客

摘要: It's pretty rare I recommend new blogs to follow on Ruby Inside. Not because I don't like them -I link to their posts all the time!- but because it's hard to tell if a new blog is going to keep going ... 阅读全文

posted @ 2009-07-05 20:47 司徒正美 阅读(863) 评论(0) 推荐(0) 编辑

Scotland On Rails Presentations Now Online: 27 Awesome Videos

摘要: Did you miss theScotland on Railsconference this year? No need to fret though, as Engine Yard are hosting videos ofall the presentationsmade at this popular conference. With 27 presentations covering ... 阅读全文

posted @ 2009-07-05 20:43 司徒正美 阅读(343) 评论(0) 推荐(0) 编辑

Ruby Plus: Another Ruby/Rails Screencast Site

摘要: Ruby Plusis a site offering free Ruby and Rails related screencasts recorded by Bala Paranj, much in the same vein as Ryan Bates'Railscasts. The screencasts are generally similar in length and overall... 阅读全文

posted @ 2009-07-05 20:41 司徒正美 阅读(518) 评论(0) 推荐(0) 编辑

Redcar,一个用ruby写的文本编辑器

摘要: 介绍:Redcar is an open-source programmers' text editor for Gnome (Linux). It is designed to be compatible with Textmate bundles (a work in progress) and is written almost entirely in Ruby - with some Va... 阅读全文

posted @ 2009-07-05 20:30 司徒正美 阅读(910) 评论(0) 推荐(0) 编辑