最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
关于Ruby初学者提供一些资源站
时间:2022-06-25 02:15:20 编辑:袖梨 来源:一聚教程网
一 :网站及其博客:
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良药
the ruby on rails organization of china!
7.http://www.ruby-lang.org/zh_tw/
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)
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》
5. ruby cookbook (cookbooks (o'reilly))
三,转载:
一下转自博客《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://cmelbye.github.com/2009/10/04/thin-vs-unicorn.html
rails学习资源
这篇关于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://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
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.pdfrails4days
http://rforum.chinaonrails.com/books/rails4days.pdfcap-programming
http://rforum.chinaonrails.com/books/cap-programming.ruby-2nd.pdforeilly都出版了ruby的书籍 ruby in nutshell
http://rforum.chinaonrails.com/books/oreilly.ruby.in.a.nutshell.chmthe ruby way
http://rforum.chinaonrails.com/books/the-ruby-way.chmtrap
http://rforum.chinaonrails.com/books/trap.chm以上来自http://chinaonrails.com/topic/4
相关文章
- 人们熟悉的寄居蟹属于以下哪种分类 神奇海洋11月21日答案 11-21
- 第五人格11.22共研服有什么更新 11月22日共研服更新内容介绍 11-21
- 原神恰斯卡怎么培养 11-21
- 无期迷途四星装束是谁 11-21
- 王者荣耀帝丹高中校服怎么获得 11-21
- 光遇姆明季后续版本怎么玩 11-21