<?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: What is stopping you from using&#160;Rails/Django?</title>
	<atom:link href="http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Sat, 05 Jul 2008 00:40:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: James Adam</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-957</link>
		<dc:creator>James Adam</dc:creator>
		<pubDate>Sat, 08 Oct 2005 10:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-957</guid>
		<description>Sam, re: user privileges and permissions, Sean, Tom, Jon and I have developed a fairly flexible user permission system (based on "User", "Permission" and "Role" model objects). Hopefully at some point we'll have time to package it up nicely and release it to the Rails community in general (along with our Framework enhancement to Rails which lets you drop in whole application chunks to your own app).
</description>
		<content:encoded><![CDATA[<p>Sam, re: user privileges and permissions, Sean, Tom, Jon and I have developed a fairly flexible user permission system (based on &#8220;User&#8221;, &#8220;Permission&#8221; and &#8220;Role&#8221; model objects). Hopefully at some point we&#8217;ll have time to package it up nicely and release it to the Rails community in general (along with our Framework enhancement to Rails which lets you drop in whole application chunks to your own app).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew McLellan</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-956</link>
		<dc:creator>Drew McLellan</dc:creator>
		<pubDate>Thu, 06 Oct 2005 15:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-956</guid>
		<description>For me it's just a question of time. Everything's so busy at the moment that I can quickly start a commercial project in PHP knowing how long it will take and that I can get it done competently.

Whilst I believe that Rails would save me time by being quicker to develop, I can't just dive in and use it on a commercial project without doing a few dry-runs on non-critical stuff. There's just no time to make mistakes and try things out in the current environment. Catch 22:- I have no time to learn how to save myself time :-)</description>
		<content:encoded><![CDATA[<p>For me it&#8217;s just a question of time. Everything&#8217;s so busy at the moment that I can quickly start a commercial project in <acronym title="Hypertext PreProcessing">PHP</acronym> knowing how long it will take and that I can get it done competently.</p>
<p>Whilst I believe that Rails would save me time by being quicker to develop, I can&#8217;t just dive in and use it on a commercial project without doing a few dry-runs on non-critical stuff. There&#8217;s just no time to make mistakes and try things out in the current environment. Catch 22:- I have no time to learn how to save myself time :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-955</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Tue, 04 Oct 2005 23:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-955</guid>
		<description>&#62;&#62; For example, does anyone know how to have users and give them privileges and restrictions?

&#62; Django has that built in in spades

Right... Where? And how should I use it? Or, rather, where should I look to find how to use it?

Adrian Holovaty's answer to the Django-users mailing list is "documentation is planned, if you can't wait then check the source".

So, I guess my answer to "what is stopping you from using either?" is "I want to use Python instead of Ruby, and Django isn't accessible enough yet".</description>
		<content:encoded><![CDATA[<p>>> For example, does anyone know how to have users and give them privileges and restrictions?</p>
<p>> Django has that built in in spades</p>
<p>Right&#8230; Where? And how should I use it? Or, rather, where should I look to find how to use it?</p>
<p>Adrian Holovaty&#8217;s answer to the Django-users mailing list is &#8220;documentation is planned, if you can&#8217;t wait then check the source&#8221;.</p>
<p>So, I guess my answer to &#8220;what is stopping you from using either?&#8221; is &#8220;I want to use Python instead of Ruby, and Django isn&#8217;t accessible enough yet&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Bangert</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-954</link>
		<dc:creator>Ben Bangert</dc:creator>
		<pubDate>Mon, 03 Oct 2005 18:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-954</guid>
		<description>Peter of the Norse: The Pragmatic Programmers have done a book on Rails... its called Agile Web Dev with Rails.

I've read it, and it is by and far the most comprehensive documentation available for Rails. Many of the questions I see asked on the #rubyonrails channel are easily answered by anyone who has read the book. The problem is that the knowledge is in the book only, not on the web.

Outside of Zope, not a single Python Web Framework has had book written on it, interesting, no? (If there has been, I've never seen it on a bookshelf anywhere)</description>
		<content:encoded><![CDATA[<p>Peter of the Norse: The Pragmatic Programmers have done a book on Rails&#8230; its called Agile Web Dev with Rails.</p>
<p>I&#8217;ve read it, and it is by and far the most comprehensive documentation available for Rails. Many of the questions I see asked on the #rubyonrails channel are easily answered by anyone who has read the book. The problem is that the knowledge is in the book only, not on the web.</p>
<p>Outside of Zope, not a single Python Web Framework has had book written on it, interesting, no? (If there has been, I&#8217;ve never seen it on a bookshelf anywhere)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam newman</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-953</link>
		<dc:creator>sam newman</dc:creator>
		<pubDate>Sun, 02 Oct 2005 13:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-953</guid>
		<description>&#62; For example, does anyone know how to have users and give them privileges and restrictions?

Django has that built in in spades - but for Rails, you have to look to something like the "salted hash login generator":http://rubyforge.org/projects/salted-login/.</description>
		<content:encoded><![CDATA[<p>> For example, does anyone know how to have users and give them privileges and restrictions?</p>
<p>Django has that built in in spades &#8211; but for Rails, you have to look to something like the <a href="http://rubyforge.org/projects/salted-login/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/rubyforge.org');">salted hash login generator</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter of the Norse</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-952</link>
		<dc:creator>Peter of the Norse</dc:creator>
		<pubDate>Sun, 02 Oct 2005 05:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-952</guid>
		<description>Documentation.

I don't know if you've heard this before, (Although it's been said many times in many ways) but all code lives and dies by its documentation. Django is just starting up and doesn't have everything documented because most of the features are broken or in flux. Ruby on Rails is fixed, but all the documentation I find is either tutorials that go just far enough to not be useful or the API reference which is confusing and poorly written. This seems to be normal for Ruby projects. Before "this":http://www.rubycentral.com/book/index.html, I had nothing to do with it. If the Pragmatic Programmers would do a book on Rails, then I'd consider it.

For example, does anyone know how to have users and give them privileges and restrictions?</description>
		<content:encoded><![CDATA[<p>Documentation.</p>
<p>I don&#8217;t know if you&#8217;ve heard this before, (Although it&#8217;s been said many times in many ways) but all code lives and dies by its documentation. Django is just starting up and doesn&#8217;t have everything documented because most of the features are broken or in flux. Ruby on Rails is fixed, but all the documentation I find is either tutorials that go just far enough to not be useful or the <acronym title="Application Programming Interface">API</acronym> reference which is confusing and poorly written. This seems to be normal for Ruby projects. Before <a href="http://www.rubycentral.com/book/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.rubycentral.com');">this</a>, I had nothing to do with it. If the Pragmatic Programmers would do a book on Rails, then I&#8217;d consider it.</p>
<p>For example, does anyone know how to have users and give them privileges and restrictions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-951</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Fri, 30 Sep 2005 09:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-951</guid>
		<description>I do actually have trackbacks still enabled, although I've just noticed that with the new design I don't actually expose the URL anywhere...</description>
		<content:encoded><![CDATA[<p>I do actually have trackbacks still enabled, although I&#8217;ve just noticed that with the new design I don&#8217;t actually expose the <acronym title="Uniform Resource Locator">URL</acronym> anywhere&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Holsman</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-950</link>
		<dc:creator>Ian Holsman</dc:creator>
		<pubDate>Fri, 30 Sep 2005 00:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-950</guid>
		<description>I posted a summary of my 'issues' on the link above.
(before I realised you didn't have trackbacks)


http://feh.holsman.net/articles/2005/09/28/whats-stopping-me-using-rails-django

basically none of them are really can be fixed by 'code' or 'IDEs', more things  that projects like locomotive http://locomotive.sourceforge.net/ attempt to addresss.</description>
		<content:encoded><![CDATA[<p>I posted a summary of my &#8216;issues&#8217; on the link above.<br />
(before I realised you didn&#8217;t have trackbacks)</p>
<p><a href="http://feh.holsman.net/articles/2005/09/28/whats-stopping-me-using-rails-django" onclick="javascript:pageTracker._trackPageview('/outbound/comment/feh.holsman.net');" rel="nofollow">http://feh.holsman.net/articles/2005/09/28/whats-stopping-me-using-rails-django</a></p>
<p>basically none of them are really can be fixed by &#8216;code&#8217; or &#8216;IDEs&#8217;, more things  that projects like locomotive <a href="http://locomotive.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/locomotive.sourceforge.net');" rel="nofollow">http://locomotive.sourceforge.net/</a> attempt to addresss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Hodder</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-949</link>
		<dc:creator>Dave Hodder</dc:creator>
		<pubDate>Thu, 29 Sep 2005 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-949</guid>
		<description>I'll be a little happier when Django can be referred to by version number, rather than Subversion revision number.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be a little happier when Django can be referred to by version number, rather than Subversion revision number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.magpiebrain.com/blog/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-948</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 29 Sep 2005 18:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/09/28/what-is-stopping-you-from-using-railsdjango/#comment-948</guid>
		<description>What do you mean by performance?  What do you mean by scalability?

You could have said the following and looked less of an idiot: 

"Marshmallows and jumpsuites.  Are these two fellows friends of django?  Prove this".</description>
		<content:encoded><![CDATA[<p>What do you mean by performance?  What do you mean by scalability?</p>
<p>You could have said the following and looked less of an idiot: </p>
<p>&#8220;Marshmallows and jumpsuites.  Are these two fellows friends of django?  Prove this&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
