<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>brew manager development blog &#187; acts_as_authenticated</title>
	<atom:link href="http://blog.brewmanager.com/tag/acts_as_authenticated/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brewmanager.com</link>
	<description>Follwing the development of brewmanager.com</description>
	<lastBuildDate>Sat, 07 Feb 2009 13:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Logins / Users and what I&#8217;m going to do about them.</title>
		<link>http://blog.brewmanager.com/2008/06/12/logins-users-and-what-im-going-to-do-about-them/</link>
		<comments>http://blog.brewmanager.com/2008/06/12/logins-users-and-what-im-going-to-do-about-them/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 01:07:33 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[acts_as_authenticated]]></category>
		<category><![CDATA[dismay]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://brewsessions.com/blog/?p=4</guid>
		<description><![CDATA[Much to my dismay I&#8217;m going to need some sort of login system. Not because I want to keep anyones credit card, address or even name. I don&#8217;t want to know about any of that, and I doubt  there will be a place to enter such information. It irritates me when sites make me login [...]]]></description>
			<content:encoded><![CDATA[<p>Much to my dismay I&#8217;m going to need some sort of login system. Not because I want to keep anyones credit card, address or even name. I don&#8217;t want to know about any of that, and I doubt  there will be a place to enter such information. It irritates me when sites make me login to view regular old content, or do one time things that don&#8217;t really require me to have an identity (comments on blogs for example). Epically when I don&#8217;t have to pay for it. As an aside, if I haven&#8217;t said it before Brew Sessions won&#8217;t cost anyone anything. If the bandwidth bill passes 10 bucks a month I&#8217;ll add ad words or something maybe&#8230; meh cross that bridge when I come to it</p>
<p>Anyway.. for as much as I can manage the site will be login free. My working idea is you will only need a login to use the inventory management, and if you want to save a brew session (there will be some sort of save as feature that exports it to a pdf or html too). Other than that the site will hopefully be login (and thus a slight irritation free).</p>
<p>Tonight I decided to start futzing with the <a title="rails authentication" href="http://wiki.rubyonrails.com/rails/pages/Authentication">authentication systems available for rails</a>. I&#8217;m doing this first because it&#8217;s the part I&#8217;m least interested in&#8230; and in thoery if I get it over quickly I can move onto bigger and better things. After wading through documentation that appears to be out of date (this seems to be the status quo for most things rails) I settled on <a title="Acts_As_Authenticated" href="http://wiki.rubyonrails.com/rails/pages/Acts_as_authenticated">Acts as Authenticated</a>. <a title="rails authentication" href="http://wiki.rubyonrails.com/rails/pages/Authentication"><br />
</a>I picked it for two reasons, the documentation appears to be reasonably accurate, and it looked easy. So far so good. I&#8217;ve got the mvc for it all generated and it looks like it does what it is supposed to do. I&#8217;m able to create an account.</p>
<p>So cheers to the Acts as Authenticated folks for making something I didn&#8217;t want to spend any time on a relatively quick and painless task. All in all it took about an hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/06/12/logins-users-and-what-im-going-to-do-about-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
