-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathforeword.html
56 lines (40 loc) · 2.78 KB
/
foreword.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="zh_CN">
<head>
<meta charset="utf-8" />
<title>序</title>
<meta name="author" content="Andor Chen" />
<link rel="stylesheet" href="assets/styles/style.css" />
<script type="text/javascript" src="http://cdn.staticfile.org/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/global.js"></script>
</head>
<body>
<div class="wrapper">
<div class="header">
<h1 class="logo"><a class="ir" href="http://railstutorial-china.org/rails4">Ruby on Rails 教程</a></h1>
<p class="subtitle">Ruby on Rails Tutorial 原书第 2 版(涵盖 Rails 4)</p>
</div>
<div class="content">
<div class="item foreword">
<h1 id="foreword"><span></span> 序</h1>
<ol class="toc"></ol>
<div class="main">
<p>我之前工作的公司(CD Baby)是大张旗鼓的转用 Ruby on Rails 最早的企业之一,然后又更加惹眼的换回了 PHP(可以在 Google 中搜索我的名字,能搜到关于这场闹剧的文章)。很多人都强烈推荐 Michael Hartl 的这本书,所以我不得不读一下,读完《Ruby on Rails Tutorial》后,我又迁移到 Rails 做开发了。</p>
<p>我读过很多 Rails 相关的书,但是这本真正让我入门了。书里的一切都很符合“Rails 之道”,我以前觉得这个道很不自然,但是读完这本书,感觉却是自然无比。本书也是唯一一本自始至终都是用测试驱动开发理念的 Rails 书籍,很多行家都推荐使用 TDD,但是在本书出版之前从没有被如此清楚的介绍过。书中的示例还用到了 Git、GitHub 和 Heroku,作者真的是让你体验了一把开发真正能用的程序是什么感觉,而且书中用到的代码并不是凭空捏造的。</p>
<p>线性叙述是很好的模式。我花了三整天的时间阅读了本书,做了书中所有的示例程序和练习。从头至尾,循序渐进,不要跳着读,这样才能从中收益。</p>
<p>享受 Rails 的盛宴吧!</p>
<p class="align-right">Derek Sivers (<a href="http://sivers.org">sivers.org</a>)<br />
<a href="http://www.cdbaby.com/">CD Baby</a> 创始人</p>
</div>
</div>
<div class="navigation">
<a class="prev_page" href="preface.html">« 致中国读者</a>
<a class="next_page" href="chapter1.html">第 1 章从零到部署 »</a>
</div>
</div>
<div class="footer">
<p>©2013 <a href="http://about.ac" title="Andor Chen 的个人网站">Andor Chen</a> 保留部分权力。在线阅读版本基于<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Creative Commons Attribution-ShareAlike 3.0 Unported License" target="_blank">“CC 3.0 BY-SA 协议”</a>发布</p>
</div>
</div>
</body>
</html>