<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ruby-Web-Sessions-Exercise/views, branch solution</title>
<subtitle>An exercise that demonstrates how to leverage server-side web sessions for authentication</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/'/>
<entry>
<title>Add logged_in.erb template</title>
<updated>2015-12-08T06:29:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T06:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=8513c8d87e21ab477a438962bac8ad63c8987789'/>
<id>8513c8d87e21ab477a438962bac8ad63c8987789</id>
<content type='text'>
Template that displays when the user is logged in.

Adjust the login test to check for the text in this template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Template that displays when the user is logged in.

Adjust the login test to check for the text in this template.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add layout.erb</title>
<updated>2015-12-08T06:26:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T06:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=a6c33077c7ac124e6c4db6ad272ab67226aba354'/>
<id>a6c33077c7ac124e6c4db6ad272ab67226aba354</id>
<content type='text'>
Move boilerplate code from `index.erb` into `layout.erb` to allow us to
use it in additional templates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move boilerplate code from `index.erb` into `layout.erb` to allow us to
use it in additional templates.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.erb: Make password field `type=password`</title>
<updated>2015-12-08T06:12:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T06:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=57b6cac65f2979f948dcfc77e027d8aa54a000ca'/>
<id>57b6cac65f2979f948dcfc77e027d8aa54a000ca</id>
<content type='text'>
So that the characters get masked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the characters get masked.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.erb: Add login form</title>
<updated>2015-12-08T05:13:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T05:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=6257500738fadb0d0ef4e161fbe5486f5514d593'/>
<id>6257500738fadb0d0ef4e161fbe5486f5514d593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render index template</title>
<updated>2015-12-08T04:52:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T04:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=a97356418336c04e2c93a5107ee9ec2f2d07f5d5'/>
<id>a97356418336c04e2c93a5107ee9ec2f2d07f5d5</id>
<content type='text'>
Instead of responding with "Hello World", render a full ERB template so
we can display HTML with form fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of responding with "Hello World", render a full ERB template so
we can display HTML with form fields.
</pre>
</div>
</content>
</entry>
</feed>
