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

一 :网站及其博客:

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)

 

一个家伙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

以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索net
负载均衡
家长为学校提供资源、家长提供资源有哪些、环球资源网提供的服务、公司提供客户资源、服务器提供的共享资源,以便于您获取更多的相关知识。

时间: 2024-07-30 02:35:10

关于Ruby初学者提供一些资源站的相关文章

免费资源站历史及流量如何转换为收入

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 我做免费资源站已有三年了.小站虽起步有点晚.没赶上04.05年的彩铃项目,起点就比不上其他的大腕.流量做的也不是很好,大起大落.最后沦落到每天一千IP的流量那是相当的稳定啊.随着免费资源站的越来越多的建立流量已经被瓜分的差不多了可能已经到了顶端了. 关于流量收入方面我的小站做google和百度联盟单价低的让人想哭.因为都是一些低单价的网站匹配

seo外链高级策略之资源站群

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 有些指数较大,竞争激烈度较高的词,往往需要很多外链支撑.在所有外链形式中,友链对权重的输出是最高的(毕竟在首页嘛),可是8630.html">有时候你的友链过多会导致高质量的站点不愿再和你交换.那么怎么办?买链接?投入过大,对于一些经济效益不是十分巨大的词来说得不偿失.那么这时候就要用到资源站群的策略. 何为资源站群?这里虽说

Ruby语言提供的数据结构

就象许多程序语言一样,Ruby也提供了完整的数据结构来存储和管理数据与对象.数组是使用方括号和用逗号隔开的单个对象参考列表创建的. presidents=["John","Richard","Gerald","Ronald","George","William"]; 为了更为容易地创建一个充满单词的数组,Ruby提供了一个特殊的标志来消除双引号和逗号,见下面例子: presidents=

筹建资源站群的(主要是针对搜索引擎而言)

资源站,其实说的难听一点呢?就是垃圾站,是服务于其他网站所建立起来的站群,主要是让搜索引擎判定这些资源站一起数据优势!如PR.ALEXA.百度关键字排名.谷歌关键字排名等一系统列的有利数据. 总结上来说应该有以下几点 1.网站建设(主要是CMS的采用) 2.统一的信息发布 3.关键字处理与分布 4.流量分析与跟踪 5.UE反馈并对其重新调整   其他的待续

分析建立资源站目的(二)

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 昨天小弟我有分享分析建立资源站目的(一)主要提到前面的两点,选取关键词和选取域名,如果你没有看上一篇的话,建议你去看看. 现在来说说最后几点: 第三点.建站 这个大家可能会有疑问,不就是建站吗,有什么好说的呢,小弟我在这里跟你说一下,因为你是买的高pr的域名,如果你的资源站做的很马虎的话,那么就浪费了你这个域名,别人一看就是到你这个是资源站(

J2me java资源站-----悠宝移动应用平台

问题描述 J2mejava资源站-----悠宝移动应用平台欢迎每一位热衷J2me的java人的光临~ 解决方案 解决方案二:UPUPUPUPUPUPUPUPUP...........解决方案三:帮顶回复内容太短了!解决方案四:我来打酱油的.回复内容太短了!解决方案五:引用楼主ybool的回复: J2me java资源站-----悠宝移动应用平台 欢迎每一位热衷J2me的java人的光临~ 悠宝解决方案六:在哪里,贴个URL解决方案七:对我确实有帮助http://www.ybool.com.cn/

深度剖析站长界传说中的资源站建设

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 互联网的迅猛发展使得很多朋友嗅出其中的利润空间,因此越来越多的朋友开始以迅雷不及掩耳之势的速度踏入了互联网行业,并入站长的队伍之中,于是他们开始建站,开始做排名,但是很多关键词已经被老鸟们站满了首页,尤其是一些热门关键词,几乎形成了垄断,那如何才能快速的实现排名上升,打破以上的垄断局面呢?最直接的办法就是站群,换个角度来说就是养资源站. 什么

浅谈校内BT资源站的运营推广:运营篇

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 最近有幸参与到某高校校内BT资源站的运营组,和团队一起运营这个新站.今天笔者将谈谈对于这种站运营的一些想法. 这是一个校内的站,校内的局域网环境对于做这类网站是很有优势的,局域网内的客户端之间传输东西的速度很快.同学们日常生活中,看电影和连续剧是最好的娱乐方式之一.运营这样一个网站,运营方必须具备以下的一些条件. 一.校内服务器工作环境 这一

如何用资源站推动主站的网站排名

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 现在网站竞争越来越激烈,同一个行业会不断有人加入,想在这个行业分一杯羹,但是这个行业的领头羊已经做了好几年了,网站的权重已经很高了.那如果按照一般的SEO步骤那样做,那要到猴年马月才能接近甚至赶上竞争对手呢? 网站内容原创可以解决,雇几个编辑人员,每天为网站增加原创性文章,但是网站的外链呢,如果就按照平常说的论坛.博客.交换友情链接,那得多大