關於Ruby初學者提供一些資來源站點

來源:互聯網
上載者:User

一 :網站及其部落格:

1..http://ihower.tw/training/ 

      ruby on rails學習網是一個交流學習ruby on rails知識的專業網站。

2.http://www.javaeye.com/wiki/rails_weekly 
     rails每周一題 

3.http://www.5iror.com/
     ihower的教程 

4.http://railstutorial.org/book 

     一個英文教程 

5.http://www.javaeye.com/wiki/rails-everyday 
     每天一劑rails良藥 

6.http://chinaonrails.com/

   the ruby on rails organization of china!

7.http://www.ruby-lang.org/zh_tw/

8.http://rubyforge.org/

9.http://rubyonrails.org/

10.http://www.rubyinside.com/

11.http://www.ruby-forum.com/forum/rails

12.http://www.infoq.com/ruby/ 

13.http://weblog.rubyonrails.org/

14.http://eigenclass.org/hiki.rb?weblog::ruby

15.ruby on rails (ror)類書籍下載地址及其他(整理)

    http://www.cnblogs.com/hardrock/archive/2006/08/18/480668.html

16.ruby on rails開發從頭來(windows)

  http://www.cnblogs.com/dahuzizyd/archive/2007/04/13/ruby_on_rails_windows_instatnrails_study_all.html

17.http://eigenclass.org/hiki.rb?weblog::ruby

18。http://railscasts.com/(@司徒正美)

二:學習書籍推薦:

      1.rails編程要看的第一本書《agile web development with rails第二版》 

       2.rails進階要看的第二本書《ruby for rails》 

      3.rails實戰要看的第三本書《rails recipes》 

      4.programming ruby中文版(第2版)

       5. ruby cookbook (cookbooks (o'reilly))

6.hacking with ruby

7.the ruby way (第二版)中文版

三,轉載:

一下轉自部落格《http://www.cnblogs.com/lexus/archive/2010/12/23/1914321.html》

健全狀態檢查資源匯總

http://www.snowgiraffe.com/tech/599/health-monitor/

great article

http://www.alfajango.com/blog/how-to-monitor-your-railspassenger-app-with-munin/

rails部署的完整文檔,很值得一看

http://codeshooter.wordpress.com/2010/08/25/deployment-recipes-deploying-monitoring-and-securing-your-rails-application-to-a-clean-ubuntu-10-04-install-using-nginx-and-unicorn/

評測

http://cmelbye.github.com/2009/10/04/thin-vs-unicorn.html

rails學習資源

http://ihower.tw/rails3/

這篇關於haproxy nginx的討論,很有協助

http://news.ycombinator.com/item?id=180311

此文也是絕對的給力

http://www.igvita.com/2008/05/13/load-balancing-qos-with-haproxy/

http://iamseanmurphy.com/2009/04/22/a-better-haproxy-health-check-for-dynamic-websites/

絕對要看

http://www.scribd.com/doc/9130075/deploying-and-monitoring-ruby-on-rails

http://iceskysl.1sters.com/?p=306

介紹haproxy架構原理,非常值得一看中文

http://iceskysl.1sters.com/?p=306

轉自部落格《http://www.cnblogs.com/lexus/archive/2010/12/22/1914243.html》

rails 部署穩定性方案,給力相當給力

http://evolution.voxeo.com/wiki/kb:swloadbalancingfailover

此文是關於nginx lvs 的高可用的詳盡文章,需要仔細閱讀

nginx命令列參數配置

http://wiki.nginx.org/nginxcommandline

 

nginx+keepalived 雙機備份

http://sunqi.javaeye.com/blog/735528

setting up a high-availability load balancer (with failover and session support) with haproxy/keepalived on debian lenny

http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny

http://highscalable.org/weblog/haproxy-and-keepalived-for-highly-performance-load-balancing-on-ubuntu

雨痕的文章,很有品質

http://www.rainsts.net/article.asp?id=1025

有實操

http://www.cnblogs.com/iceocean/articles/1613269.html

 http://www.hackadmin.com/2010/02/22/ip-failover-for-web-cluster/

 http://1234567aaa.blog.51cto.com/373182/316496

nginx的優點:
         效能好,可以負載超過1萬的並發。
         功能多,除了負載平衡,還能作web伺服器,而且可以通過geo模組來實現流量分配。
         社區活躍,第三方補丁和模組很多
         支援gzip proxy
    缺點:
          不支援session保持。
          對後端realserver的健全狀態檢查功能效果不好。而且只支援通過連接埠來檢測,不支援通過url來檢測。
          nginx對big request header的支援不是很好,如果client_header_buffer_size設定的比較小,就會返回400bad request頁面。
haproxy的優點:
         它的優點正好可以補充nginx的缺點。支援session保持,同時支援通過擷取指定的url來檢測後端伺服器的狀態。
         支援tcp模式的負載平衡。比如可以給mysql教程的從伺服器叢集和郵件伺服器做負載平衡。
缺點:
         不支援虛擬機器主機(這個很傻啊)
         目前沒有nagios和cacti的效能監控模板
lvs的優點:
          效能好,接近硬體裝置的網路吞吐和串連負載能力。
          lvs的dr模式,支援通過廣域網路進行負載平衡。這個其他任何負載平衡軟體目前都不具備。
缺點:
          比較重型。另外社區不如nginx活躍。

 

下面轉載自:http://blog.8sheng.com/?p=12
   增加一卡通版的ruby學習教程和一些不錯的介紹(視頻,音頻,pdf或者html格式的投影片,鑒於個人的聽力能力,我還是比較喜歡最後投影片)。

 

why's (poignant) guide to ruby - w(p)gtr is a cartoon book which teaches ruby. this project houses the ruby, yaml and textile code that the book is written in.
下載地址如下:
http://rubyforge.org/frs/download.php/3845/why.s.poignant.guide.to.ruby-0.5.1-contrib.pdf

top 13 ruby on rails presentations 

posted on saturday 12 august 2006

here is a list of all the ruby on rails presentations that i have bookmarked.

video
creating a weblog in 15 minutes - for me, this is the video that started it all.

snakes and rubbies: complete - “on december 3, 2005, ruby and python developers from chicago and vicinity gathered at depaul university to hear two of the leaders in rapid web-application development debate the merits of each other’s frameworks.”

snakes and rubbies: persuing beauty with ruby on rail - “on december 3, 2005, ruby and python developers from chicago and vicinity gathered at depaul university to hear two of the leaders in rapid web-application development debate the merits of each other’s frameworks.”

railsconf 2006 keynote series: dave thomas - dave thomas, author of agile web development with rails and the pick axe book, challenges the rails community.

david heinemeier hansson railsconf 2006 keynote address - discovering a world of resources on rails. pdf is available here.

martin fowler railsconf 2006 keynote address - martin fowler talks about good software design, simplicity, conversational software development, and postmodern programming.

paul graham railsconf 2006 keynote address - imho the best presentation to come out of railsconf 2006! paul graham is a great speaker/writer. in this presentation paul graham contradicts the old testament and yoda.

rails core panel discussion - a q/a panel discussion with the rails core developers.

ruby on rails for the flex developer - an introductory presentation on ruby on rails by stuart eccles.

audio
ruby on rails ruby conf ‘04 - ruby on rails origin drive destination presentation given by david heinemeier hansson at ruby conf ‘04.

10 things java should steal from ruby - “in this presentation, given at theserverside java symposium barcelona in june, bruce tate looks at how java developers, framework designers, and language designers can learn from the capabilities of ruby to improve java.”

pdf/html
ajax on rails presentation - presentation material put together by stuart halloway and justin gehtland of relevance llc.

get to the point! - nice slides on development with ruby on rails.

 

agile web development with rails(dhh)
http://rforum.chinaonrails.com/books/agile-web-development-with-rails-final.pdf

 

一個傢伙eiffel qiu談了談rails,感謝這個傢伙(eiffel qiu)。
http://rforum.chinaonrails.com/books/rubyonrails.pdf

rails4days
http://rforum.chinaonrails.com/books/rails4days.pdf

cap-programming
http://rforum.chinaonrails.com/books/cap-programming.ruby-2nd.pdf

oreilly都出版了ruby的書籍 ruby in nutshell
http://rforum.chinaonrails.com/books/oreilly.ruby.in.a.nutshell.chm

the ruby way
http://rforum.chinaonrails.com/books/the-ruby-way.chm

trap
http://rforum.chinaonrails.com/books/trap.chm

以上來自http://chinaonrails.com/topic/4

 

書籍名稱 書籍介紹 下載地址
《agile web development with rails》2nd edition rails聖經 http://www.judgeonline.net/downloads/agile_web_development_with_rails-beta.pdf
《agile web development with rails》 rails聖經第1版 http://www.judgeonline.net/downloads/agile web development with rails.pdf
《programming ruby》2nd edition ruby聖經 http://www.judgeonline.net/downloads/programming ruby-2nd.pdf
《ruby on rails》 ror的簡要介紹 http://www.judgeonline.net/downloads/ruby on rails.pdf
《ruby user's guide》 ruby創始人寫的書籍 http://www.judgeonline.net/downloads/ruby user's guide.pdf
《yaml specification》 yaml標準詳解 http://www.judgeonline.net/downloads/yaml specification.pdf
《oreilly.beyond.java.sep.2005》 oreilly出的書 http://www.judgeonline.net/downloads/oreilly.beyond.java.sep.2005.chm
《oreilly.ruby.in.a.nutshell》 oreilly出的書 http://www.judgeonline.net/downloads/oreilly.ruby.in.a.nutshell.chm
《the ruby way》

講述有關ruby way的書籍

http://www.judgeonline.net/downloads/the ruby way.chm
《ruby for rails》 假如你喜歡rails,但又沒有ruby的基礎,那麼這將是你最好的選擇 http://www.judgeonline.net/downloads/ruby for rails.pdf
《rails 4 days》 rails快速入門 http://www.judgeonline.net/downloads/rails 4 days.pdf
《ajaxfastlane》 ajax快速入門 http://www.judgeonline.net/downloads/ajaxfastlane.pdf
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.