<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - Rails 2.0 todo list with authentication]]></title>
		<link>http://railsforum.com/viewtopic.php?id=13911</link>
		<description><![CDATA[The most recent posts in Rails 2.0 todo list with authentication.]]></description>
		<lastBuildDate>Tue, 02 Sep 2008 23:12:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=73970#p73970</link>
			<description><![CDATA[<p>I have a to do list that uses casual authentication - each user has a 7 digit &#039;key&#039; known only to them, with this they can access their to do list. This might not to be to everyones taste, some people prefer to log in with a username/password combination, but I&#039;ve found some users want to log in with one click, without having to type passwords at the start of each session. Anyway, see what you think, comments welcome: <a href="http://www.reallygoodtodolist.com/">http://www.reallygoodtodolist.com/</a></p><p>I&#039;m working on a tutorial for the casual authentication and will post when its complete.</p><p>Cheers,<br />Alex.</p>]]></description>
			<author><![CDATA[dummy@example.com (iveheardpeoplesayit)]]></author>
			<pubDate>Tue, 02 Sep 2008 23:12:39 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=73970#p73970</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=69184#p69184</link>
			<description><![CDATA[<p>Thanks Ignition, the last link you posted was really helpful.</p>]]></description>
			<author><![CDATA[dummy@example.com (felipecerda)]]></author>
			<pubDate>Tue, 22 Jul 2008 07:05:34 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=69184#p69184</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=69039#p69039</link>
			<description><![CDATA[<p><a href="http://github.com/technoweenie/restful-authentication/tree/master">Restful Authentication</a> has replaced acts_as_authenticated. There&#039;s a <a href="http://railsforum.com/viewtopic.php?id=14216">tutorial</a> here on Rails Forum. I found this <a href="http://www.avnetlabs.com/rails/restful-authentication-with-rails-2">tutorial</a> at AVNet Labs helpful as well. Give that a shot.</p><p>Cheers</p>]]></description>
			<author><![CDATA[dummy@example.com (Ignition)]]></author>
			<pubDate>Sun, 20 Jul 2008 23:16:31 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=69039#p69039</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=68985#p68985</link>
			<description><![CDATA[<p>The acts_as_authenticated plugin is now outdated... do you have a new version of this tutorial with another plugin or gem for authentication?<br />Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (felipecerda)]]></author>
			<pubDate>Sat, 19 Jul 2008 20:12:38 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=68985#p68985</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=49275#p49275</link>
			<description><![CDATA[<p>Thanks for the tutorial - works good...</p><p>One thing though with the Calendar...</p><p>It installed fine and I&#039;ve tried playing around with the options and checked out the web site, but when I Edit an existing ToDo, the current &#039;due&#039; date/time does not appear.</p><p>How do you make that happen ?</p><p>TIA - Dave</p>]]></description>
			<author><![CDATA[dummy@example.com (DaveP)]]></author>
			<pubDate>Tue, 01 Jan 2008 23:58:34 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=49275#p49275</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=48605#p48605</link>
			<description><![CDATA[<p>Great stuff, guys!</p>]]></description>
			<author><![CDATA[dummy@example.com (ricklee)]]></author>
			<pubDate>Sun, 23 Dec 2007 06:05:55 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=48605#p48605</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=48565#p48565</link>
			<description><![CDATA[<p>neat </p><p>Why not add a a nice calendar interface</p><br /><p>Install the CalendarDateSelect plugin:</p><p><pre name="code" class="ruby:nogutter">script/plugin install <a href="http://calendardateselect.googlecode.com/svn/tags/calendar_date_select">http://calendardateselect.googlecode.co &#133; ate_select</a></pre><br />Include the javascript prototype within the &lt;head&gt; of &quot;app/views/todos/todo.html.erb &quot;:</p><p><pre name="code" class="ruby:nogutter">&nbsp; &lt;%= javascript_include_tag :defaults %&gt;<br />&nbsp; &lt;%= calendar_date_select_includes &quot;red&quot;&nbsp; %&gt;</pre><br />You can also use &quot;silver&quot; or &quot;blue&quot;</p><p>Then in your views/todo/new.html.erb and views/todo/edit.html.erb files replace </p><p><pre name="code" class="ruby:nogutter">&lt;%= f.datetime_select :due %&gt;</pre><br />with</p><p><pre name="code" class="ruby:nogutter">&lt;%= calendar_date_select_tag &quot;todo[due]&quot;, nil, :embedded =&gt; true, :time =&gt; true %&gt;</pre><br />You could also use other variations without time <a href="http://www.restatesman.com/static/calendar/">http://www.restatesman.com/static/calendar/</a></p><p>Then it worked for me.</p>]]></description>
			<author><![CDATA[dummy@example.com (internets)]]></author>
			<pubDate>Sat, 22 Dec 2007 09:09:24 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=48565#p48565</guid>
		</item>
		<item>
			<title><![CDATA[Rails 2.0 todo list with authentication]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=48480#p48480</link>
			<description><![CDATA[<p><a href="http://robmayhew.com/todo-list-using-rails-201-with-%e2%80%98act-as-authenticated%e2%80%99/">http://robmayhew.com/todo-list-using-ra &#133; %e2%80%99/</a></p><p>I</p>]]></description>
			<author><![CDATA[dummy@example.com (maldrax)]]></author>
			<pubDate>Fri, 21 Dec 2007 04:25:25 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=48480#p48480</guid>
		</item>
	</channel>
</rss>
