12 lines
499 B
Plaintext
12 lines
499 B
Plaintext
<% provide(:title, "About") %>
|
|
<h1>About</h1>
|
|
<p>
|
|
The <a href="https://www.railstutorial.org/"><em>Ruby on Rails Tutorial</em></a>
|
|
, part of the <a href="https://www.learnenough.com/">Learn Enough</a> family of
|
|
tutorials, is a <a href="https://www.railstutorial.org/book">book</a> and
|
|
<a href="https://screencasts.railstutorial.org/">screencast series</a>
|
|
to teach web development with <a href="https://rubyonrails.org/">Ruby on Rails</a>.
|
|
This is the sample app for the tutorial.
|
|
</p>
|
|
|