<?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: Writing a Ruby on Rails application without using a database</title>
	<atom:link href="http://rackerhacker.com/2009/01/09/writing-a-ruby-on-rails-application-without-using-a-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2009/01/09/writing-a-ruby-on-rails-application-without-using-a-database/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arivarasan</title>
		<link>http://rackerhacker.com/2009/01/09/writing-a-ruby-on-rails-application-without-using-a-database/#comment-17113</link>
		<dc:creator>Arivarasan</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=687#comment-17113</guid>
		<description>Nice work!
   
     It works for me,
first i removed the comment for config.frameworks -= [ :active_record ] in &#039;config/environment.rb&#039;
then i added comments inside the file &#039;config/initializers/new_rails_defaults.rb.&#039;

Now it works for me.

    But i cannot understand what to do in test/test_helper.rb.

my test_helper.rb is like this


ENV[&quot;RAILS_ENV&quot;] = &quot;test&quot;
require File.expand_path(File.dirname(__FILE__) + &quot;/../config/environment&quot;)
require &#039;test_help&#039;
class ActiveSupport::TestCase
   self.use_transactional_fixtures = true
   self.use_instantiated_fixtures  = false
   fixtures :all
end

Please tell me the purpose of the test_helper.rb file and what to do now</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>     It works for me,<br />
first i removed the comment for config.frameworks -= [ :active_record ] in 'config/environment.rb'<br />
then i added comments inside the file 'config/initializers/new_rails_defaults.rb.'</p>
<p>Now it works for me.</p>
<p>    But i cannot understand what to do in test/test_helper.rb.</p>
<p>my test_helper.rb is like this</p>
<p>ENV["RAILS_ENV"] = "test"<br />
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")<br />
require 'test_help'<br />
class ActiveSupport::TestCase<br />
   self.use_transactional_fixtures = true<br />
   self.use_instantiated_fixtures  = false<br />
   fixtures :all<br />
end</p>
<p>Please tell me the purpose of the test_helper.rb file and what to do now</p>
]]></content:encoded>
	</item>
</channel>
</rss>

