<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Can has auth? Sure!</title>
	<atom:link href="http://downtowncartel.com/can-has-auth-sure/feed/" rel="self" type="application/rss+xml" />
	<link>http://downtowncartel.com/can-has-auth-sure/</link>
	<description>Software Consulting and Development</description>
	<pubDate>Fri, 21 Nov 2008 13:00:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dusan Maliarik</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-75</link>
		<dc:creator>Dusan Maliarik</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-75</guid>
		<description>&lt;p&gt;ok, I solved that issue, but, is there a way do disable that activation featur? in case I want to create users manually.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ok, I solved that issue, but, is there a way do disable that activation featur? in case I want to create users manually.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan Maliarik</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-73</link>
		<dc:creator>Dusan Maliarik</dc:creator>
		<pubDate>Thu, 12 Jun 2008 14:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-73</guid>
		<description>&lt;p&gt;while merb is booting it gives me&lt;/p&gt;

&lt;p&gt;~ Loaded DEVELOPMENT Environment...
 ~ Registered slice 'CanHasAuth' located at /home/skrat/workspace/temp/gems/gems/can_has_auth-0.1.0
 ~ loading gem 'can_has_auth' ...
...
 ~ Filter login_required was not found in your filter chain.
 ~ Filter login_required was not found in your filter chain.
 ~ Loaded slice 'CanHasAuth' ...
 ~ Compiling routes...
 ~ Mounting slice CanHasAuth at /can_has_auth
 ~ Initializing slice 'CanHasAuth' ...
 ~ Activating slice 'CanHasAuth' ...
...
 ~ Using Mongrel adapter&lt;/p&gt;

&lt;p&gt;but when I hit it I'll get:&lt;/p&gt;

&lt;p&gt;Controller 'CanHasAuth' not found - (Merb::ControllerExceptions::NotFound)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>while merb is booting it gives me</p>

<p>~ Loaded DEVELOPMENT Environment&#8230;
 ~ Registered slice &#8216;CanHasAuth&#8217; located at /home/skrat/workspace/temp/gems/gems/can_has_auth-0.1.0
 ~ loading gem &#8216;can_has_auth&#8217; &#8230;
&#8230;
 ~ Filter login_required was not found in your filter chain.
 ~ Filter login_required was not found in your filter chain.
 ~ Loaded slice &#8216;CanHasAuth&#8217; &#8230;
 ~ Compiling routes&#8230;
 ~ Mounting slice CanHasAuth at /can_has_auth
 ~ Initializing slice &#8216;CanHasAuth&#8217; &#8230;
 ~ Activating slice &#8216;CanHasAuth&#8217; &#8230;
&#8230;
 ~ Using Mongrel adapter</p>

<p>but when I hit it I&#8217;ll get:</p>

<p>Controller &#8216;CanHasAuth&#8217; not found - (Merb::ControllerExceptions::NotFound)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: J Pease</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-43</link>
		<dc:creator>J Pease</dc:creator>
		<pubDate>Mon, 26 May 2008 15:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-43</guid>
		<description>&lt;p&gt;Same problem as Michael with Merb 0.9.4.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Same problem as Michael with Merb 0.9.4.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael D'Auria</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-28</link>
		<dc:creator>Michael D'Auria</dc:creator>
		<pubDate>Tue, 20 May 2008 20:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-28</guid>
		<description>&lt;p&gt;This plugin seems to fail with merb 0.9.3, it complains that:&lt;/p&gt;

&lt;p&gt;/can_has_auth_core-0.1.0/lib/can_has_auth_core.rb:13: uninitialized constant Application (NameError)&lt;/p&gt;

&lt;p&gt;Not sure what to do here b/c you are trying to prepend some routes when the plugin is loaded, sort of like a rails engine.  I'm not exactly sure what to do here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This plugin seems to fail with merb 0.9.3, it complains that:</p>

<p>/can_has_auth_core-0.1.0/lib/can_has_auth_core.rb:13: uninitialized constant Application (NameError)</p>

<p>Not sure what to do here b/c you are trying to prepend some routes when the plugin is loaded, sort of like a rails engine.  I&#8217;m not exactly sure what to do here.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Wheeler</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-27</link>
		<dc:creator>Aaron Wheeler</dc:creator>
		<pubDate>Tue, 20 May 2008 06:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-27</guid>
		<description>&lt;p&gt;Glad my post inspired you.  Looks like you've got a good alternative to the merbful_authentication.  Quick note - my last name is misspelled in your post - it's Wheeler ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad my post inspired you.  Looks like you&#8217;ve got a good alternative to the merbful_authentication.  Quick note - my last name is misspelled in your post - it&#8217;s Wheeler <img src='http://downtowncartel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Andrew Thompson</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-25</link>
		<dc:creator>David Andrew Thompson</dc:creator>
		<pubDate>Sun, 18 May 2008 20:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-25</guid>
		<description>&lt;p&gt;FYI....to create the gem and install this you can do the following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Clone ("checkout") the git folder you want.
e.g. &lt;code&gt;git clone git://github.com/BrianTheCoder/can_has_auth_core.git&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change to the root of the directory you just downloaded cloned&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run &lt;code&gt;rake package&lt;/code&gt;
This will create a gem for you to install and place it in a new subdirectory, "pkg"&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run `gem install pkg/can_has_auth_core-0.1.0.gem&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This should install the gem for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FYI&#8230;.to create the gem and install this you can do the following:</p>

<ol>
<li><p>Clone (&#8221;checkout&#8221;) the git folder you want.
e.g. <code>git clone git://github.com/BrianTheCoder/can_has_auth_core.git</code></p></li>
<li><p>Change to the root of the directory you just downloaded cloned</p></li>
<li><p>Run <code>rake package</code>
This will create a gem for you to install and place it in a new subdirectory, &#8220;pkg&#8221;</p></li>
<li><p>Run `gem install pkg/can_has_auth_core-0.1.0.gem</p></li>
</ol>

<p>This should install the gem for you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Smoot</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-23</link>
		<dc:creator>Sam Smoot</dc:creator>
		<pubDate>Tue, 13 May 2008 21:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-23</guid>
		<description>&lt;p&gt;Hmm... we need a dm-merb repo...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; we need a dm-merb repo&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jonuts</title>
		<link>http://downtowncartel.com/can-has-auth-sure/#comment-20</link>
		<dc:creator>jonuts</dc:creator>
		<pubDate>Tue, 13 May 2008 17:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://downtowncartel.com/?p=51#comment-20</guid>
		<description>&lt;p&gt;This is simply amazing!
Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is simply amazing!
Thank you</p>]]></content:encoded>
	</item>
</channel>
</rss>
