<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Deux-Scoops-Rails-Tutorial, branch master</title>
<subtitle>A basic Rails tutorial to provide a practical introduction to the framework</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/'/>
<entry>
<title>002-Ice-cream.md: Use a readable variable name</title>
<updated>2017-07-27T21:50:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-27T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=2efe1b4e0267db2874bc2d142a9ef85da1d40c56'/>
<id>2efe1b4e0267db2874bc2d142a9ef85da1d40c56</id>
<content type='text'>
In the view example, I had used a super short block variable name, but
now that I think about it, it should really be something readable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the view example, I had used a super short block variable name, but
now that I think about it, it should really be something readable.
</pre>
</div>
</content>
</entry>
<entry>
<title>004-Création.md: Change "redirect sur" to "redirect à"</title>
<updated>2017-07-27T21:49:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-27T21:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=3f343b6f150046cf1587552c134331bf359cb6f9'/>
<id>3f343b6f150046cf1587552c134331bf359cb6f9</id>
<content type='text'>
Maybe it should go full "redirige", but for now "à" sounded better than
"sur" when I read this paragraph over again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maybe it should go full "redirige", but for now "à" sounded better than
"sur" when I read this paragraph over again.
</pre>
</div>
</content>
</entry>
<entry>
<title>002-Ice-cream.md: Change "avant" to "auparavant"</title>
<updated>2017-07-27T21:48:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-27T21:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=13bed87690daa908bc7c262feca21a5739127a53'/>
<id>13bed87690daa908bc7c262feca21a5739127a53</id>
<content type='text'>
"Avant" sounds weird/wrong to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Avant" sounds weird/wrong to me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various typos</title>
<updated>2017-07-27T21:48:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-27T21:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=433de7da63d13d0a9dba92a0be8724ad2214f333'/>
<id>433de7da63d13d0a9dba92a0be8724ad2214f333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>001-Setup.md: Fix colons</title>
<updated>2017-07-27T21:46:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-27T21:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=73e33aad45891b16c829330c1677cd8545721b48'/>
<id>73e33aad45891b16c829330c1677cd8545721b48</id>
<content type='text'>
Colons should be surrounded with spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Colons should be surrounded with spaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix command reference file link</title>
<updated>2017-07-25T21:26:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-25T21:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da'/>
<id>24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da</id>
<content type='text'>
Turns out the parser requires the link to not have spaces in it. Replace
these with their URL encoded variants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out the parser requires the link to not have spaces in it. Replace
these with their URL encoded variants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give "Référence de Commandes" a Markdown extension</title>
<updated>2017-07-25T21:19:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-25T21:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=57319c7912441ea1d2048b131066238a21068ea9'/>
<id>57319c7912441ea1d2048b131066238a21068ea9</id>
<content type='text'>
To get it to convert the Markdown to HTML for rendering on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To get it to convert the Markdown to HTML for rendering on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2017-07-25T21:14:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-25T21:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=650695c2982354f09e2ba8b10333a35a80b0a484'/>
<id>650695c2982354f09e2ba8b10333a35a80b0a484</id>
<content type='text'>
Include a linked table of contents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a linked table of contents
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. First version of tutorial.</title>
<updated>2017-07-25T20:54:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-25T20:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Deux-Scoops-Rails-Tutorial/commit/?id=1b5ea95633912282ea45c766e60853dc957398d0'/>
<id>1b5ea95633912282ea45c766e60853dc957398d0</id>
<content type='text'>
Includes:

* Prerequisite installation procedures
* Project setup
* Ice Cream model and page display
* Authentication
* Creating a model via the interface
* A Rails command reference

Desired additions:

* Editing ice creams (only by users who created them)
* Comments on ice creams
* Ratings of ice creams
* Maybe some info about the asset pipeline
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes:

* Prerequisite installation procedures
* Project setup
* Ice Cream model and page display
* Authentication
* Creating a model via the interface
* A Rails command reference

Desired additions:

* Editing ice creams (only by users who created them)
* Comments on ice creams
* Ratings of ice creams
* Maybe some info about the asset pipeline
</pre>
</div>
</content>
</entry>
</feed>
