ruby資源
http://rubygems.org gem資源的家園
http://rubyforge.org/
http://www.ruby-lang.org/en/ruby官方網站
http://www.ruby-doc.org/ ruby doc and api
ftp://ftp.ruby-lang.org/pub/ruby/ruby 版本ftp
http://www.kuqin.com/rubycndocument/index.htmlruby中文版參考手冊, FAQ特別有用
http://rubyreflector.com/
rails資源
http://api.rubyonrails.org/rails api
railscasts 視頻+文檔
http://ihower.tw/rails3/index.html Ruby on Rails 實戰聖經(包含部署、安全、路由。。。。)
http://fredwu.me/
http://apidock.com/rails/ActionView/Helpers/UrlHelper/button_to
http://www.oschina.net/p/ruby+on+rails#rails最新動向
http://guides.ruby-china.org/configuring.html #中文講解
http://apidock.com/rails/ActionView/Helpers/FormHelper/form_for #執行個體源碼
rails安全
Ruby On Rails 安全導讀 http://article.yeeyan.org/view/blackanger/17603
http://blackanger.blog.51cto.com/140924/113007
http://ha.ckers.org/xss.html
RubyEncoder:Ruby混淆器和代碼保護 http://hi.baidu.com/hlxwell/blog/item/4b2e6f36b0372ddaa3cc2ba2.html
http://www.rubyencoder.com/faqs-protect-ruby-scripts-FAQs-General-Questions-and-Purchasing-category-1.html
GitHub資源
https://github.com/newhavenrb/railsconf2012/wiki
REGEX
http://rubular.com/
Ruby ACM
https://www.spoj.pl/problems/classical/sort=0,start=0
RSPEC資源
BDD課題研究-RSpec架構介紹 http://qa.taobao.com/?p=11663
RSPEC簡介 http://www.letrails.cn/archives/rspec-story-tutorials/
RSPEC簡明指南 http://www.letrails.cn/archives/20/
RSPEC Info http://rspec.info/
推薦pdf the-rspec-book.pdf