You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails is a framework for building web applications and it uses the Ruby programming language. The important thing that differentiates a web application from a web-site is that an application includes a database on the backend that allows it to store and return data over long periods of time. It's likely that most web pages you visit these days are actually web applications.
14
+
Rails is a framework for building web applications, and it uses the Ruby programming language. The important thing that differentiates a web application from a website is that an application includes a database on the backend that allows it to store and return data over long periods of time. It's likely that most web pages you visit these days are actually web applications.
15
15
16
-
Rails is also open sourcemeans that no one "owns" the Rails framework. While there's a governing body that helps set standards and ensure that it continues to grow and develop with technology, anyone can contribute to it's development. This also means that Rails will always be free to use.
16
+
Rails is also open source, which means that no one "owns" the Rails framework. While there's a governing body that helps set standards and ensures that it continues to grow and develop with technology, anyone can contribute to its development. This also means that Rails will always be free to use.
17
17
18
-
As you work through the tutorial, don't stress if you don't understand every detail perfectly. This technology is complex and it takes a lot of practice to start feeling like you truely understand how it all works.
18
+
As you work through the tutorial, don't stress if you don't understand every detail perfectly. This technology is complex, and it takes a lot of practice to start feeling like you truly understand how it all works.
19
19
20
20
### Prerequisites
21
21
22
-
1. Before building anything with Rails you'll need to get your computer set up. Check out our [install instructions]({{ site.baseurl }}/installation.html) to be sure you have everything set up and ready to go.
22
+
1. Before building anything with Rails, you'll need to set up your computer. Check out our [install instructions]({{ site.baseurl }}/installation.html) to be sure you have everything set up and ready to go.
23
23
24
-
1. You don't need to be a programming wizard✨ to build something with Rails. However, it helps if you've read a little bit about the Ruby. Ruby is the programming language that Rails is built on. We recommend completing [Ruby in 100 minutes](http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html) before starting Chapter 1.
24
+
1. You don't need to be a programming wizard✨ to build something with Rails. However, it helps if you've read a little bit about the Ruby. Ruby is the programming language that Rails is built on. We recommend completing [Ruby in 100 Minutes](http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html) before starting Chapter 1.
25
25
26
26
<divclass="start-button"><ahref="{{site.baseurl}}/tutorial/chapter_01"target="_self">Start The Tutorial</a></div>
0 commit comments