<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RESTful_Easy_Messages</title>
	<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/</link>
	<description>Ruby in the front, Rails in the back.</description>
	<pubDate>Sat, 19 May 2012 08:16:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Paulette</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-635</link>
		<author>Paulette</author>
		<pubDate>Thu, 23 Sep 2010 22:15:40 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-635</guid>
		<description>Nice plugin. I've got a bit of a problem with the trashbin feature. I get an error as shown below when I click trashbin. 

SQLite3::SQLException: no such column: true: SELECT * FROM "messages" WHERE ("messages".receiver_id = 1 AND (receiver_deleted = true and receiver_purged IS NULL))  ORDER BY created_at DESC

I've tried reinstalling over and over but the same erroe pops up. Any idea why this is happening?

Please I need help here.</description>
		<content:encoded><![CDATA[<p>Nice plugin. I&#8217;ve got a bit of a problem with the trashbin feature. I get an error as shown below when I click trashbin. </p>
<p>SQLite3::SQLException: no such column: true: SELECT * FROM &#8220;messages&#8221; WHERE (&#8221;messages&#8221;.receiver_id = 1 AND (receiver_deleted = true and receiver_purged IS NULL))  ORDER BY created_at DESC</p>
<p>I&#8217;ve tried reinstalling over and over but the same erroe pops up. Any idea why this is happening?</p>
<p>Please I need help here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-632</link>
		<author>Saurabh</author>
		<pubDate>Thu, 09 Sep 2010 12:15:43 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-632</guid>
		<description>awesome stuff loved it</description>
		<content:encoded><![CDATA[<p>awesome stuff loved it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajan Chandi</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-607</link>
		<author>Rajan Chandi</author>
		<pubDate>Tue, 27 Oct 2009 09:17:57 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-607</guid>
		<description>This looks amazing. We'll try this out!

Cheers
Rajan</description>
		<content:encoded><![CDATA[<p>This looks amazing. We&#8217;ll try this out!</p>
<p>Cheers<br />
Rajan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-513</link>
		<author>Muthu</author>
		<pubDate>Fri, 19 Dec 2008 17:35:10 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-513</guid>
		<description>Awesome, I was able to get it up and running within an hour to our growing portal.

Thanks a lot

Muthu Arumugam
CTO
Amigle Inc</description>
		<content:encoded><![CDATA[<p>Awesome, I was able to get it up and running within an hour to our growing portal.</p>
<p>Thanks a lot</p>
<p>Muthu Arumugam<br />
CTO<br />
Amigle Inc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HANK</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-376</link>
		<author>HANK</author>
		<pubDate>Fri, 19 Sep 2008 22:51:26 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-376</guid>
		<description>Hi GRAVIS,

Thanks for the help.

I'm getting the same Name error, when I navigate to /messages. The Name error is "undefined local variable or method `inbox_messages_url' for #"

I have always used the routes as posted on github.

Nevermind, I just figured out what's wrong. There is a HUGE inconsistency with the docs. the routes in the README file are different from the routes in the EZM_ROUTES file.

If you guys can clean up that inconsistency, that would be a great help. Great work BTW!</description>
		<content:encoded><![CDATA[<p>Hi GRAVIS,</p>
<p>Thanks for the help.</p>
<p>I&#8217;m getting the same Name error, when I navigate to /messages. The Name error is &#8220;undefined local variable or method `inbox_messages_url&#8217; for #&#8221;</p>
<p>I have always used the routes as posted on github.</p>
<p>Nevermind, I just figured out what&#8217;s wrong. There is a HUGE inconsistency with the docs. the routes in the README file are different from the routes in the EZM_ROUTES file.</p>
<p>If you guys can clean up that inconsistency, that would be a great help. Great work BTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gravis</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-374</link>
		<author>Gravis</author>
		<pubDate>Tue, 16 Sep 2008 21:01:05 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-374</guid>
		<description>@HANK &#38; @Asbjørn Morell :

If you're using the last github version, you should not have routes like :

/users/1/messages

since you're not supposed to read other user's messages. This route has been replaced with /messages directly. Therefore inbox_user_messages_url is deprecated in favor of inbox_messages.

I invite you to take a look at RESTFUL_EZM_ROUTES for new routes. Please let us know if there's a glitch in the doc.

Thanks
Philippe</description>
		<content:encoded><![CDATA[<p>@HANK &amp; @Asbjørn Morell :</p>
<p>If you&#8217;re using the last github version, you should not have routes like :</p>
<p>/users/1/messages</p>
<p>since you&#8217;re not supposed to read other user&#8217;s messages. This route has been replaced with /messages directly. Therefore inbox_user_messages_url is deprecated in favor of inbox_messages.</p>
<p>I invite you to take a look at RESTFUL_EZM_ROUTES for new routes. Please let us know if there&#8217;s a glitch in the doc.</p>
<p>Thanks<br />
Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hank</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-373</link>
		<author>hank</author>
		<pubDate>Mon, 15 Sep 2008 17:27:32 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-373</guid>
		<description>Hi,

I'm having similar problems to ASBJØRN MORELL. I'm using Rails 2.1 with restful authentication. I get the following Name error when I navigate to 0.0.0.0:3000/users/1/messages

undefined local variable or method `inbox_messages_url' for #

I used the new routes as posted on GitHub. Anyone else having similar problems?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having similar problems to ASBJØRN MORELL. I&#8217;m using Rails 2.1 with restful authentication. I get the following Name error when I navigate to 0.0.0.0:3000/users/1/messages</p>
<p>undefined local variable or method `inbox_messages_url&#8217; for #</p>
<p>I used the new routes as posted on GitHub. Anyone else having similar problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-246</link>
		<author>Sam</author>
		<pubDate>Fri, 27 Jun 2008 15:48:50 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-246</guid>
		<description>@Gravis has updated the routes for this plugin.  The new code in up on GitHub.</description>
		<content:encoded><![CDATA[<p>@Gravis has updated the routes for this plugin.  The new code in up on GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbjørn Morell</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-241</link>
		<author>Asbjørn Morell</author>
		<pubDate>Thu, 26 Jun 2008 18:28:53 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-241</guid>
		<description>Thanks. That fixed the error. However I get a new error:

Showing messages/index.html.erb where line #3 raised: 

inbox_user_messages_url failed to generate from {:controller=&#62;"messages", :action=&#62;"inbox"} - you may have ambiguous routes, or you may need to supply additional parameters for this route.  content_url has the following required parameters: ["users", :user_id, "messages", "inbox"] - are they all satisfied?

I am logged in, but there is no messages yet. Routes has been added as you instructed in your documentation. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks. That fixed the error. However I get a new error:</p>
<p>Showing messages/index.html.erb where line #3 raised: </p>
<p>inbox_user_messages_url failed to generate from {:controller=&gt;&#8221;messages&#8221;, :action=&gt;&#8221;inbox&#8221;} - you may have ambiguous routes, or you may need to supply additional parameters for this route.  content_url has the following required parameters: [&#8221;users&#8221;, :user_id, &#8220;messages&#8221;, &#8220;inbox&#8221;] - are they all satisfied?</p>
<p>I am logged in, but there is no messages yet. Routes has been added as you instructed in your documentation. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-237</link>
		<author>Sam</author>
		<pubDate>Thu, 26 Jun 2008 14:45:14 +0000</pubDate>
		<guid>http://samuelschroeder.com/2007/10/16/restful_easy_messages/#comment-237</guid>
		<description>@Asbjørn Morell - the login_required method is part of restful_authentication.  It iwould be in lib/authenticated_system.rb if you ran the RA generator.  Have you added "include AuthenticatedSystem" in your Application controller?  Otherwise, the the REZM controller won't know about it.</description>
		<content:encoded><![CDATA[<p>@Asbjørn Morell - the login_required method is part of restful_authentication.  It iwould be in lib/authenticated_system.rb if you ran the RA generator.  Have you added &#8220;include AuthenticatedSystem&#8221; in your Application controller?  Otherwise, the the REZM controller won&#8217;t know about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

