Ruby

15
Jan

image

Ruby Plus是個類似Railscasts的影片收藏站,提供各種Rails(或Ruby)相關的教學影片,例如:如何在Rails 2.0中上傳圖片如何開發Rails Plugins,或是最近比較熱門的RESTful目前也有幾篇教學影片可以參考

註:Railscasts因為出來得比較早,教學影片較多,也可參考參考。:D

Category : Ruby | Ruby on Rails | Tutorials | Blog
30
Oct

image image

紅寶石加上像框跟Ruby的正名。

來源:So Here's The New Ruby Logo!

Category : Ruby | Blog
26
Apr

http://www.brpreiss.com/books/opus8/

資料結構與演算法(with OO design patterns)in Ruby

有免費、可下載的電子書。

另外也有C++、Java、C#、Python、Lua、Perl、PHP的版本,還滿值得參考的。

Category : Ruby | Blog
5
Mar

Flickr.rb可以讓你輕易地在Ruby program裡面存取Flickr API

安裝方式:gem install flickr

使用時必須先到Flickr申請API key

網址:http://redgreenblu.com/flickr/

Flickr.rb有完整的Documentation,採用MIT License

改天有空再來玩玩看~

Category : Ruby | Blog
4
Jan

http://www.humblelittlerubybook.com/book/

Humble Little Ruby Book,一本介紹Ruby的免費電子書,稍微翻了一下大概共有140pages,共有七個章節,線上閱讀請看:http://www.humblelittlerubybook.com/book/html/index.html

Category : Ruby | Blog