一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

关于Ruby初学者提供一些资源站

时间:2011-01-22 编辑:简简单单 来源:一聚教程网

一 :网站及其博客:

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

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

此文是关于nginx lvs 的高可用的详尽文章,需要仔细阅读

nginx命令行参数配置

http://wiki.nginx.org/nginxcommandline#example

 

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

热门栏目