<?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 on: Dojo + Rails = Drails?</title>
	<atom:link href="http://ajaxian.com/archives/dojo-rails-drails/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dojo-rails-drails</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: GibsoundSG</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-274184</link>
		<dc:creator>GibsoundSG</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-274184</guid>
		<description>@foobarfighter: thanks!</description>
		<content:encoded><![CDATA[<p>@foobarfighter: thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobarfighter</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271885</link>
		<dc:creator>foobarfighter</dc:creator>
		<pubDate>Mon, 09 Mar 2009 01:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271885</guid>
		<description>@boosey, @sos:  I added an example application that can be used to demonstrate drails in action.  It&#039;s still a work in progress, but you can check it out on github.  http://github.com/foobarfighter/ideapad</description>
		<content:encoded><![CDATA[<p>@boosey, @sos:  I added an example application that can be used to demonstrate drails in action.  It&#8217;s still a work in progress, but you can check it out on github.  <a href="http://github.com/foobarfighter/ideapad" rel="nofollow">http://github.com/foobarfighter/ideapad</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boosey</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271876</link>
		<dc:creator>boosey</dc:creator>
		<pubDate>Sat, 07 Mar 2009 16:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271876</guid>
		<description>This is great!  Although Prototype/Scriptaculous are helpful, it is the widgets that I really need.

I am new to Dojo, however, and quite sure on how Dojo and the Rails MVC model would interact.  Is there a sample application that can be posted?</description>
		<content:encoded><![CDATA[<p>This is great!  Although Prototype/Scriptaculous are helpful, it is the widgets that I really need.</p>
<p>I am new to Dojo, however, and quite sure on how Dojo and the Rails MVC model would interact.  Is there a sample application that can be posted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piinaaja</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271837</link>
		<dc:creator>Piinaaja</dc:creator>
		<pubDate>Fri, 06 Mar 2009 13:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271837</guid>
		<description>Tr0y: I think that&#039;s actually going to happen with Rails 3. I remember reading about that somewhere..</description>
		<content:encoded><![CDATA[<p>Tr0y: I think that&#8217;s actually going to happen with Rails 3. I remember reading about that somewhere..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tr0y</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271830</link>
		<dc:creator>Tr0y</dc:creator>
		<pubDate>Fri, 06 Mar 2009 04:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271830</guid>
		<description>Why doesn&#039;t Rails just become JS library agnostic?</description>
		<content:encoded><![CDATA[<p>Why doesn&#8217;t Rails just become JS library agnostic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddesa</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271819</link>
		<dc:creator>maddesa</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271819</guid>
		<description>@Flornet:  Agree with the others about Dojo.  I would also add that Rails and Dojo are a great fit if you look at how nicely Rails easily emits your object data as JSON.  Add a few tweaks and you can very easily reformat that JSON to the format expected by dojo.data reference implementations, ItemFileReadStore and ItemFileWriteStore.  So with a few lines of ruby and two dojo tags you can have a data backed grid in no time.  Also, the declarative nature of dojo, and it&#039;s awesome parser, makes it simple to pass dojoType=... as part of the HTML_OPTIONS property on any of the existing helpers so you can easily dijit-ify your forms.</description>
		<content:encoded><![CDATA[<p>@Flornet:  Agree with the others about Dojo.  I would also add that Rails and Dojo are a great fit if you look at how nicely Rails easily emits your object data as JSON.  Add a few tweaks and you can very easily reformat that JSON to the format expected by dojo.data reference implementations, ItemFileReadStore and ItemFileWriteStore.  So with a few lines of ruby and two dojo tags you can have a data backed grid in no time.  Also, the declarative nature of dojo, and it&#8217;s awesome parser, makes it simple to pass dojoType=&#8230; as part of the HTML_OPTIONS property on any of the existing helpers so you can easily dijit-ify your forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzammetti</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271817</link>
		<dc:creator>fzammetti</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271817</guid>
		<description>@Flornet: As smith said, it&#039;s largely a matter of taste and style, but I&#039;d also say that Prototype is barely comperable to Dojo in terms of depth... Prototype gives you the basics you&#039;re likely to need, kind of extending JavaScript into what it should have been all along, but Dojo is a much richer, full-featured API for building webapps... it&#039;s kind of like comparing the C standard library to Java&#039;s class library... the C standard library is immensely useful, but it&#039;s effectively a subset of what the Java class libraries offer (I realize it&#039;s a little unfair comparing a library in one language to a library in another language, but the point is that you&#039;re likely to find analogies to pretty much everything in the C standard library in the Java class libraries, and then a whole lot more on top of that).</description>
		<content:encoded><![CDATA[<p>@Flornet: As smith said, it&#8217;s largely a matter of taste and style, but I&#8217;d also say that Prototype is barely comperable to Dojo in terms of depth&#8230; Prototype gives you the basics you&#8217;re likely to need, kind of extending JavaScript into what it should have been all along, but Dojo is a much richer, full-featured API for building webapps&#8230; it&#8217;s kind of like comparing the C standard library to Java&#8217;s class library&#8230; the C standard library is immensely useful, but it&#8217;s effectively a subset of what the Java class libraries offer (I realize it&#8217;s a little unfair comparing a library in one language to a library in another language, but the point is that you&#8217;re likely to find analogies to pretty much everything in the C standard library in the Java class libraries, and then a whole lot more on top of that).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobarfighter</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271814</link>
		<dc:creator>foobarfighter</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271814</guid>
		<description>@sos:  I used to have one for the version previous to this so I can reuse some of that.  I can probably have something up tomorrow or the next day.

Regards,
Bob</description>
		<content:encoded><![CDATA[<p>@sos:  I used to have one for the version previous to this so I can reuse some of that.  I can probably have something up tomorrow or the next day.</p>
<p>Regards,<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sos</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271799</link>
		<dc:creator>sos</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271799</guid>
		<description>Is there any live demo of an app using d-rails?</description>
		<content:encoded><![CDATA[<p>Is there any live demo of an app using d-rails?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smith</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271796</link>
		<dc:creator>smith</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271796</guid>
		<description>@Flornet:

It mostly comes down to a matter of style and taste. Also, Dojo has a lot more functionality out of the box for widgets and other advanced features that you would need to use additional libraries for if you weren&#039;t using it.

http://dojocampus.org/ has lots of examples.</description>
		<content:encoded><![CDATA[<p>@Flornet:</p>
<p>It mostly comes down to a matter of style and taste. Also, Dojo has a lot more functionality out of the box for widgets and other advanced features that you would need to use additional libraries for if you weren&#8217;t using it.</p>
<p><a href="http://dojocampus.org/" rel="nofollow">http://dojocampus.org/</a> has lots of examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flornet</title>
		<link>http://ajaxian.com/archives/dojo-rails-drails/comment-page-1#comment-271795</link>
		<dc:creator>Flornet</dc:creator>
		<pubDate>Thu, 05 Mar 2009 12:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6179#comment-271795</guid>
		<description>It might be a &quot;newbie&quot; question but well... Why would you use Dojo instead of Prototype? I&#039;m not very familiar with Dojo, in what way is it different/more interesting?</description>
		<content:encoded><![CDATA[<p>It might be a &#8220;newbie&#8221; question but well&#8230; Why would you use Dojo instead of Prototype? I&#8217;m not very familiar with Dojo, in what way is it different/more interesting?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

