This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.html
149 lines (147 loc) · 9.21 KB
/
index.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
header: "Web development that doesn’t hurt"
subheader_1: "Ruby on Rails<sup><small>®</small></sup> is an open-source web framework that’s optimized"
subheader_2: "for programmer happiness and sustainable productivity. It lets you"
subheader_3: "write beautiful code by favoring convention over configuration."
---
<div class="container-fluid text-center">
<div class="row">
<p id="announce" class="inverted">
<a href="http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final/" title="Ruby on Rails Blog">Rails 4.2.0 has been released!</a>
</p>
</div>
<div class="row smaller inverted slivers">
<div class="container"><div class="row">
<div class="col-sm-3 col-xs-6">
<h3>Get Excited</h3>
<a class="framed" href="/screencasts/" title="Click for screencasts"><img src="/images/pages/overview/screencasts2.png" width="144" height="153" alt="Image representing a block of code"></a>
<p><a href="/screencasts/" title="Some screencasts about Rails">Screencasts & presentations</a></p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>Get Started</h3>
<a href="/download/" title="Download the Ruby on Rails last version"><img src="/images/pages/overview/download42.png" width="144" height="153" alt="Graphic showing a down arrow with the number of the latest stable version of Rails"></a>
<p><a href="/download/" title="Download the Ruby on Rails last version">4.2.5 released Nov 12, 2015</a></p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>Get Better</h3>
<a class="framed" href="/documentation/" title="APIs, Books and Guides documentation about Ruby on Rails"><img src="/images/pages/documentation/awdr4.png" width="144" height="153" alt="Image showing the cover of the book Agile development with rails"></a>
<p><a href="/documentation/" title="APIs, Books and Guides documentation about Ruby on Rails">API, Guides, Books</a></p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>Get Involved</h3>
<a href="/community/" title="Join to the Ruby on Rails Community"><img src="/images/pages/overview/participate.gif" width="144" height="153" alt="Image showing a text bubble and the following words: IRC, Mailing list, bug tracker, wiki"></a>
<p><a href="/community/" title="Join to the Ruby on Rails Community">Join the community</a></p>
</div>
</div></div>
</div>
</div>
<div class="container small inverted" id="slideshow">
<blockquote>
“Ruby on Rails is a breakthrough in lowering the barriers of entry to programming.<br class="hidden-xs" />
Powerful web applications that formerly might have taken weeks or months<br class="hidden-xs" />
to develop can be produced in a matter of days.”
<cite>– Tim O’Reilly, Founder of O’Reilly Media</cite>
</blockquote>
<blockquote style="display: none;">
“Rails is the most well thought-out web development framework I’ve ever used.<br class="hidden-xs" />
And that’s in a decade of doing web applications for a living. I’ve built my<br class="hidden-xs" />
own frameworks, helped develop the Servlet API, and have created more than<br class="hidden-xs" />
a few web servers from scratch. Nobody has done it like this before.”
<cite>– James Duncan Davidson, Creator of Tomcat and Ant</cite>
</blockquote>
<blockquote style="display: none;">
“It is impossible not to notice Ruby on Rails. It has had a huge effect both in<br class="hidden-xs" />
and outside the Ruby community... Rails has become a standard to which even<br class="hidden-xs" />
well-established tools are comparing themselves to.”
<cite>– Martin Fowler, Author of Refactoring, PoEAA, XP Explained</cite>
</blockquote>
<blockquote style="display: none;">
“What sets this framework apart from all of the others is the preference for<br class="hidden-xs" />
convention over configuration making applications easier<br class="hidden-xs" />
to develop and understand.”
<cite>– Sam Ruby, ASF board of directors</cite>
</blockquote>
<blockquote style="display: none;">
“Before Ruby on Rails, web programming required a lot of verbiage, steps and time.<br class="hidden-xs" />
Now, web designers and software engineers can develop a website<br class="hidden-xs" />
much faster and more simply, enabling them to be more productive<br class="hidden-xs" />
and effective in their work.”
<cite>– Bruce Perens, Open Source Luminary</cite>
</blockquote>
<blockquote style="display: none;">
“After researching the market, Ruby on Rails stood out as the best choice.<br class="hidden-xs" />
We have been very happy with that decision. We will continue<br class="hidden-xs" />
building on Rails and consider it a key business advantage.”
<cite>– Evan Williams, Creator of Blogger and ODEO</cite>
</blockquote>
<blockquote style="display: none;">
“Ruby on Rails is astounding. Using it is like watching a kung-fu movie,<br class="hidden-xs" />
where a dozen bad-ass frameworks prepare to beat up the little newcomer<br class="hidden-xs" />
only to be handed their asses in a variety of imaginative ways.”
<cite>– Nathan Torkington, O’Reilly Program Chair for OSCON</cite>
</blockquote>
<blockquote style="display: none;">
“Rails is the killer app for Ruby.”
<cite>– Yukihiro Matsumoto, Creator of Ruby</cite>
</blockquote>
<p class="text-center"><a href="/quotes/" title="Read More quotes"><em>Read more quotes</em></a></p>
</div>
<script type="text/javascript">
$(function() {
setInterval(function() {
var slideshow = $('#slideshow');
var visible = slideshow.children('blockquote:visible');
var left = slideshow.children('blockquote:nth-child(2)');
if(visible.length > 0 && left.length > 0) {
visible.fadeOut(500, function() {
$(this).appendTo(slideshow);
slideshow.children('blockquote:first-child').fadeIn(500);
});
} else {
slideshow.children('blockquote:first-child').fadeIn(500);
}
}, 15000);
});
</script>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>Who is already<br class="hidden-xs" /> on Rails?</h2>
</div>
<div class="col-sm-8">
<p>Tens of thousands of Rails applications are already live. People are using Rails in the tiniest part-time operations to the biggest companies.</p>
<div class="container-fluid text-center smaller">
<div class="row">
<div class="col-sm-6 text-center">
<a class="framed" href="http://www.basecamp.com/?source=rails" title="Basecamp: Project management app"><img width="179" height="114" src="/images/applications/bcx.gif" alt="Image showing Basecamp's index page" class="bordered"></a>
<p><a href="http://www.basecamp.com/?source=rails" title="Basecamp: Project management app">Basecamp</a>: The original Rails app.</p>
</div>
<div class="col-sm-6">
<a class="framed" href="http://twitter.com/" title="Twitter website"><img width="179" height="114" src="/images/applications/twitter.jpg" alt="Image showing Twitter's index page" class="bordered"></a>
<p><a href="http://twitter.com/" title="Twitter website">Twitter</a>: Stay connected.</p>
</div>
<div class="col-sm-6">
<a class="framed" href="http://github.com/" title="Github build software better, together"><img width="179" height="114" src="/images/applications/github.jpg" alt="Image showing GitHub's index page" class="bordered"></a>
<p><a href="http://github.com/" title="Github build software better, together">GitHub</a>: Git repo hosting.</p>
</div>
<div class="col-sm-6">
<a class="framed" href="http://www.shopify.com/" title="Shopify: e-commerce platform"><img width="179" height="114" src="/images/applications/shopify.jpg" alt="Shopify" class="bordered"></a>
<p><a href="http://www.shopify.com/" title="Shopify: e-commerce platform">Shopify</a>: E-commerce made easy.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<h2>Who is<br class="hidden-xs" /> behind it?</h2>
</div>
<div class="col-sm-8">
<p>
Rails was created in 2003 by <a href="http://david.heinemeierhansson.com/" title="DHH's website">David Heinemeier Hansson</a>
and has since been extended by the <a href="/core">Rails core team</a> and
<a href="http://contributors.rubyonrails.org" title="Access to the list of contributors">more than 4,000 contributors</a>.
</p>
</div>
</div>
</div>