<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for Tech Raving</title>
	<atom:link href="http://www.techraving.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<pubDate>Sun, 05 Jul 2009 02:30:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Download Counter WP Plugin by hendra</title>
		<link>http://www.techraving.com/widgets-plugins/download-counter-wp-plugin/comment-page-1/#comment-1033</link>
		<dc:creator>hendra</dc:creator>
		<pubDate>Thu, 11 Jun 2009 04:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/download-counter-wp-plugin/#comment-1033</guid>
		<description>good share. thank's man</description>
		<content:encoded><![CDATA[<p>good share. thank&#8217;s man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CherryPy, RESTFul Routing by Titusz</title>
		<link>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/comment-page-1/#comment-992</link>
		<dc:creator>Titusz</dc:creator>
		<pubDate>Mon, 20 Apr 2009 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=140#comment-992</guid>
		<description>thanks for this nice example... very usefull. i found that when i use cherrypy.dispatch.MethodDispatcher(), and send a request with a not implemented method for a controlor, it will answer with a nice 405 Method Not Allowed - including the allowed methods for the requested URI ... how would you do this with your approach, when using custom routes?</description>
		<content:encoded><![CDATA[<p>thanks for this nice example&#8230; very usefull. i found that when i use cherrypy.dispatch.MethodDispatcher(), and send a request with a not implemented method for a controlor, it will answer with a nice 405 Method Not Allowed - including the allowed methods for the requested URI &#8230; how would you do this with your approach, when using custom routes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Is Actually Responsible by Mouseclone</title>
		<link>http://www.techraving.com/2008/09/23/google-is-actually-responsible/comment-page-1/#comment-956</link>
		<dc:creator>Mouseclone</dc:creator>
		<pubDate>Tue, 17 Mar 2009 00:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=121#comment-956</guid>
		<description>I had no idea it had affected you that much.  I'm glad I could help, and would you believe I stopped by the site because of the linkback?  Just going to some old data, though I would stop by and say hello.</description>
		<content:encoded><![CDATA[<p>I had no idea it had affected you that much.  I&#8217;m glad I could help, and would you believe I stopped by the site because of the linkback?  Just going to some old data, though I would stop by and say hello.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-928</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 18:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-928</guid>
		<description>Yea, I understand all that.  It just sounded weird, because I've never heard of a REST request returning an HTML form.</description>
		<content:encoded><![CDATA[<p>Yea, I understand all that.  It just sounded weird, because I&#8217;ve never heard of a REST request returning an HTML form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by ScottK</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-927</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-927</guid>
		<description>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.

The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.

Typically you would only produce html files for these.</description>
		<content:encoded><![CDATA[<p>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.</p>
<p>The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.</p>
<p>Typically you would only produce html files for these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-926</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-926</guid>
		<description>Hey Scott,
I'm a bit confused over what's returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</description>
		<content:encoded><![CDATA[<p>Hey Scott,<br />
I&#8217;m a bit confused over what&#8217;s returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve updated the PyMigrate test by ScottK</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-912</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Sat, 14 Feb 2009 21:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-912</guid>
		<description>I've begun to look at integrating SA and see that SA needs to be aware of the table structure. From my tests I think that SqlAlchemy is the way to go as it supports so many different database types.

My test units have shown that SA needs to know the existing database constructs. I just need to implement the correct conversions. One of the first thing that's bothering me initially is that calling Column(name, String) in MySql errors the database where as Column(name, Sting(50)) works fine. 

It may be something I have to deal with on my end if not in SA.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve begun to look at integrating SA and see that SA needs to be aware of the table structure. From my tests I think that SqlAlchemy is the way to go as it supports so many different database types.</p>
<p>My test units have shown that SA needs to know the existing database constructs. I just need to implement the correct conversions. One of the first thing that&#8217;s bothering me initially is that calling Column(name, String) in MySql errors the database where as Column(name, Sting(50)) works fine. </p>
<p>It may be something I have to deal with on my end if not in SA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve updated the PyMigrate test by mike bayer</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-911</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Sat, 14 Feb 2009 20:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-911</guid>
		<description>why not say, metadata(create_engine("your://database")).reflect_all() ?   no model building.</description>
		<content:encoded><![CDATA[<p>why not say, metadata(create_engine(&#8221;your://database&#8221;)).reflect_all() ?   no model building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve updated the PyMigrate test by ScottK</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-910</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Sat, 14 Feb 2009 12:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-910</guid>
		<description>I hadn't learned of sqlalchemy-migrate till just a few days prior to releasing PyMigrate. So I basically had a working system.

After looking at sqlalchemy-pymigrate I didn't like how I would have to learn sqlalchemy to format the tables as a user. Even then it seemed like a lot of work to create a table by fist building the model so SA could map it. 

Truth be told though, as long as the migration format set-up is easy for the user, I'm ok with either system. I'll look at it again and see if maybe I can help out with it.</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t learned of sqlalchemy-migrate till just a few days prior to releasing PyMigrate. So I basically had a working system.</p>
<p>After looking at sqlalchemy-pymigrate I didn&#8217;t like how I would have to learn sqlalchemy to format the tables as a user. Even then it seemed like a lot of work to create a table by fist building the model so SA could map it. </p>
<p>Truth be told though, as long as the migration format set-up is easy for the user, I&#8217;m ok with either system. I&#8217;ll look at it again and see if maybe I can help out with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve updated the PyMigrate test by mike bayer</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-909</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-909</guid>
		<description>why not just contribute to the Migrate project ?   They could definitely use the help.  We've added new compilable DDL constructs in SQLA 0.6 that they're going to want to adapt to  (and you will too if you stay on SQLA as your base), so there's work to be done all around.

Inventing a whole new PyMigrate, which is going to use SQLAlchemy just like migrate anyway, seems like a huge duplication of effort ?</description>
		<content:encoded><![CDATA[<p>why not just contribute to the Migrate project ?   They could definitely use the help.  We&#8217;ve added new compilable DDL constructs in SQLA 0.6 that they&#8217;re going to want to adapt to  (and you will too if you stay on SQLA as your base), so there&#8217;s work to be done all around.</p>
<p>Inventing a whole new PyMigrate, which is going to use SQLAlchemy just like migrate anyway, seems like a huge duplication of effort ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
