This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathindex.html
60 lines (47 loc) · 3.81 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
---
layout: default
---
<div class="nav">
<ul>
<li class="first"><a href="https://weblog.rubyonrails.org/">Blog</a></li>
<li><a href="https://guides.rubyonrails.org/">Guides</a></li>
<li><a href="https://api.rubyonrails.org/">API</a></li>
<li><a href="https://discuss.rubyonrails.org/">Forum</a></li>
<li><a href="/community">Team</a></li>
<li><a href="https://github.com/rails/rails">Contribute</a></li>
</ul>
</div>
<section>
<p class="mobile-center">
<img src="/images/rails-logo.svg" width="220" height="78" alt="Ruby on Rails">
</p>
</section>
<section>
<figure class="right">
<img src="/images/imagine.png" alt="So many possibilities.">
</figure>
<h1>Imagine what you could build if you learned Ruby on Rails…</h1>
<p>Learning to build a modern web application is daunting. Ruby on Rails makes it much easier and more fun. It includes <a href="everything-you-need">everything you need</a> to build fantastic applications, and <a href="http://guides.rubyonrails.org/getting_started.html">you can learn it</a> with the support of <a href="community">our large, friendly community</a>.</p>
</section>
<section class="version">
<p><a href="https://weblog.rubyonrails.org/2021/8/19/Rails-6-0-4-1-and-6-1-4-1-have-been-released/">Latest version — Rails 6.1.4.1<span class="hide-mobile">released August 19, 2021</span></a></p>
<p class="show-mobile"><small>Released August 19, 2021</small></p>
</section>
<section class="video-container">
<iframe src="https://www.youtube.com/embed/OaDhY_y8WTo" frameborder="0" allowfullscreen class="video" title="Rails 5: The Tour"></iframe>
</section>
<section class="interior">
<figure class="left">
<img src="/images/rubyrails.png" alt="Rails does it all.">
</figure>
<p><strong>You’ve probably already used many of the applications that were built with Ruby on Rails:</strong> <a href="https://basecamp.com">Basecamp</a>, <a href="https://hey.com">HEY</a>, <a href="https://github.com">GitHub</a>, <a href="https://shopify.com">Shopify</a>, <a href="https://airbnb.com">Airbnb</a>, <a href="https://twitch.tv">Twitch</a>, <a href="https://soundcloud.com">SoundCloud</a>, <a href="https://hulu.com">Hulu</a>, <a href="https://zendesk.com">Zendesk</a>, <a href="https://square.com">Square</a>, <a href="https://cookpad.com">Cookpad</a>. Those are just some of the big names, but there are literally hundreds of thousands of applications built with the framework since its release in 2004.</p>
<p><strong>Ruby on Rails is open source software</strong>, so not only is it free to use, you can also help make it better. <a href="http://contributors.rubyonrails.org">More than 5,000 people</a> already have contributed code to Rails. It’s easier than you think to become one of them.</p>
<p><strong>Optimizing for programmer happiness with Convention over Configuration</strong> is how we roll. Ruby on Rails has been popularizing both concepts along with a variety of other controversial points since the beginning. To learn more about why Rails is so different from many other web-application frameworks and paradigms, examine <a href="doctrine">The Rails Doctrine</a>.</p>
</section>
<section class="more">
<figure>
<img src="/images/more.png" alt="More resources">
</figure>
<p>Keep up to date with <a href="https://twitter.com/rails">Rails on Twitter</a> and <a href="https://world.hey.com/this.week.in.rails/">This Week in Rails</a></p>
<p><small>Policies: <a href="conduct">Conduct</a>, <a href="http://opensource.org/licenses/MIT">License</a>, <a href="maintenance">Maintenance</a>, <a href="security">Security</a>, <a href="trademarks">Trademarks</a></small></p>
</section>