<?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: Ruby on Rails: Testing out Edge Rails</title>
	<atom:link href="http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/</link>
	<description>Building Software Better . . . One Programmer at a Time</description>
	<lastBuildDate>Sun, 08 Aug 2010 23:45:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jade Rubick</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-82</link>
		<dc:creator>Jade Rubick</dc:creator>
		<pubDate>Tue, 22 Dec 2009 00:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-82</guid>
		<description>You&#039;ll need to do:

cd vendor/rails
git submodule init
git submodule update

before you run the rails script, as these modules have been broken out of Rails Edge.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to do:</p>
<p>cd vendor/rails<br />
git submodule init<br />
git submodule update</p>
<p>before you run the rails script, as these modules have been broken out of Rails Edge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-81</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-81</guid>
		<description>Paul-

Sorry it&#039;s taken me so long to reply. You need to update your frozen rails from the git repository. Or you can get the rails 3.0 pre installation which is now available.</description>
		<content:encoded><![CDATA[<p>Paul-</p>
<p>Sorry it&#8217;s taken me so long to reply. You need to update your frozen rails from the git repository. Or you can get the rails 3.0 pre installation which is now available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam St. John</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-80</link>
		<dc:creator>Adam St. John</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-80</guid>
		<description>for others... look here:
http://drnicwilliams.com/2009/11/03/first-look-at-rails-3-0-pre/</description>
		<content:encoded><![CDATA[<p>for others&#8230; look here:<br />
<a href="http://drnicwilliams.com/2009/11/03/first-look-at-rails-3-0-pre/" rel="nofollow">http://drnicwilliams.com/2009/11/03/first-look-at-rails-3-0-pre/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam St. John</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-79</link>
		<dc:creator>Adam St. John</dc:creator>
		<pubDate>Sat, 28 Nov 2009 21:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-79</guid>
		<description>This is my first time attempting edge rails… after following the steps above, and then running script/server, I get this error:

***********
/home/adam/Web_Development/ghnn_web/test/vendor/rails/railties/lib/rails/commands/server.rb:6: uninitialized constant Rack::Server (NameError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require’
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require’
from script/server:3
***********

also, my environment.rb file looks like this:

# Load the rails application
require File.expand_path(’../application’, __FILE__)

# Initialize the rails application
Test.initialize!

...which is different from the usual.</description>
		<content:encoded><![CDATA[<p>This is my first time attempting edge rails… after following the steps above, and then running script/server, I get this error:</p>
<p>***********<br />
/home/adam/Web_Development/ghnn_web/test/vendor/rails/railties/lib/rails/commands/server.rb:6: uninitialized constant Rack::Server (NameError)<br />
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require’<br />
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require’<br />
from script/server:3<br />
***********</p>
<p>also, my environment.rb file looks like this:</p>
<p># Load the rails application<br />
require File.expand_path(’../application’, __FILE__)</p>
<p># Initialize the rails application<br />
Test.initialize!</p>
<p>&#8230;which is different from the usual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Sullivan</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-78</link>
		<dc:creator>Paul Sullivan</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-78</guid>
		<description>Good information. I get the following error when trying to run rake rails:update. Any ideas?

warning: already initialized constant RAILS_ROOT
rake aborted!
uninitialized constant Rails::GemDependency

thanks,
paul</description>
		<content:encoded><![CDATA[<p>Good information. I get the following error when trying to run rake rails:update. Any ideas?</p>
<p>warning: already initialized constant RAILS_ROOT<br />
rake aborted!<br />
uninitialized constant Rails::GemDependency</p>
<p>thanks,<br />
paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Rubyist: August 2009 Edition</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-77</link>
		<dc:creator>The Rubyist: August 2009 Edition</dc:creator>
		<pubDate>Tue, 08 Sep 2009 01:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-77</guid>
		<description>[...] Ruby on Rails: Testing out Edge Rails [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby on Rails: Testing out Edge Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris G</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-76</link>
		<dc:creator>Chris G</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-76</guid>
		<description>This was very helpful.  Thank you for posting this.</description>
		<content:encoded><![CDATA[<p>This was very helpful.  Thank you for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading - August 19, 2009</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-testing-out-edge-rails/#comment-75</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading - August 19, 2009</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=365#comment-75</guid>
		<description>[...]  Ruby on Rails: Testing out Edge Rails  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Ruby on Rails: Testing out Edge Rails  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
