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

作者:袖梨 2022-06-25

一 :网站及其博客:

1..

是一个交流学习ruby on rails知识的专业网站。

2.
rails每周一题

3.
ihower的教程

4.

一个英文教程

5.
每天一剂rails良药

6.

the ruby on rails organization of china!

7.

8.

9.

10.

11.

12.http://www.*i*nfo*q.com/ruby/

13.

14.

15.

16.

17.

18。(@司徒正美)

二:学习书籍推荐:

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

2.rails进阶要看的第二本书《ruby for rails》

3.rails实战要看的第三本书《rails recipes》

4.

5.

6.

7.

三,转载:

一下转自博客《》

great article

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

评测

rails学习资源

这篇关于haproxy nginx的讨论,很有帮助

此文也是绝对的给力

绝对要看

介绍haproxy架构原理,非常值得一看中文

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

nginx命令行参数配置

nginx+keepalived 双机备份

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

雨痕的文章,很有质量

有实操

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.8*s**heng.com/?p=12
增加一卡通版的ruby学习教程和一些不错的介绍(视频,音频,pdf或者html格式的幻灯片,鉴于个人的听力能力,我还是比较喜欢最后幻灯片)。

- 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.
下载地址如下:

posted on saturday 12 august 2006

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

video
- for me, this is the video that started it all.

- “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.”

- “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.”

- dave thomas, author of agile web development with rails and the pick axe book, challenges the rails community.

- discovering a world of resources on rails. pdf is available .

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

- 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.

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

- an introductory presentation on ruby on rails by stuart eccles.

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

- “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
- presentation material put together by stuart halloway and justin gehtland of relevance llc.

- nice slides on development with ruby on rails.

agile web development with rails(dhh)

一个家伙eiffel qiu谈了谈rails,感谢这个家伙(eiffel qiu)。

rails4days

cap-programming

oreilly都出版了ruby的书籍 ruby in nutshell

the ruby way

trap

以上来自http://chinao*n*rai*ls.com/topic/4

书籍名称 书籍介绍 下载地址
《agile web development with rails》2nd edition rails圣经
《agile web development with rails》 rails圣经第1版
《programming ruby》2nd edition ruby圣经
《ruby on rails》 ror的简要介绍
《ruby user's guide》 ruby创始人写的书籍
《yaml specification》 yaml标准详解
《oreilly.beyond.java.sep.2005》 oreilly出的书
《oreilly.ruby.in.a.nutshell》 oreilly出的书
《the ruby way》

讲述有关ruby way的书籍

《ruby for rails》 假如你喜欢rails,但又没有ruby的基础,那么这将是你最好的选择
《rails 4 days》 rails快速入门
《ajaxfastlane》 ajax快速入门

相关文章

精彩推荐