<?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: Rails Project Setup Script</title>
	<atom:link href="http://matthewkwilliams.com/index.php/2008/08/25/rails-project-setup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewkwilliams.com/index.php/2008/08/25/rails-project-setup-script/</link>
	<description>Musings of Matt Williams</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Navjeet</title>
		<link>http://matthewkwilliams.com/index.php/2008/08/25/rails-project-setup-script/comment-page-1/#comment-34</link>
		<dc:creator>Navjeet</dc:creator>
		<pubDate>Wed, 10 Sep 2008 11:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthewkwilliams.com/?p=91#comment-34</guid>
		<description>Installed a rails (using Rails 2.1.1) project with this script and now when I run script/server I get an error:

/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:116:in `qualified_const_defined?&#039;: &quot;Plugins::Restful-authentication::Lib&quot; is not a valid constant name! (NameError)

I read at http://agilewebdevelopment.com/plugins/restful_authentication somebody ran into same issue with Rails 2.1.0 but monkey patched Rails. A better solution is to rename vendor/plugin/restful-authentication folder to vendor/plugin/restful_authentication (use underscore). May be you can incorporate the renaming of folder in your script.</description>
		<content:encoded><![CDATA[<p>Installed a rails (using Rails 2.1.1) project with this script and now when I run script/server I get an error:</p>
<p>/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:116:in `qualified_const_defined?&#8217;: &#8220;Plugins::Restful-authentication::Lib&#8221; is not a valid constant name! (NameError)</p>
<p>I read at <a href="http://agilewebdevelopment.com/plugins/restful_authentication" rel="nofollow">http://agilewebdevelopment.com/plugins/restful_authentication</a> somebody ran into same issue with Rails 2.1.0 but monkey patched Rails. A better solution is to rename vendor/plugin/restful-authentication folder to vendor/plugin/restful_authentication (use underscore). May be you can incorporate the renaming of folder in your script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
