<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,7 @@ require 'builder'
 require 'builder/xmlmarkup'
 require 'fileutils'
 require 'uri'
-require 'activesupport'
+#require 'activesupport'
 
 # Yikes
 require 'config'
@@ -42,7 +42,7 @@ require 'state'
 include GetText
 
 Ramaze::Global.public_root = File.join File.dirname(__FILE__), 'public'
-Ramaze::Global.template_root = File.join File.dirname(__FILE__), 'views'
+Ramaze::Global.view_root = File.join File.dirname(__FILE__), 'views'
 
 ### Helper Classes
 </diff>
      <filename>lib/controllers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -192,7 +192,7 @@ class Yikes &lt; Logger::Application
 		Thread.new do
 			# The :force is there because otherwise, Ramaze cleverly decides that if 
 			# we're in a spec file, we shouldn't actually start the web server
-			Ramaze.start :adaptor =&gt; :webrick, :port =&gt; port, :force =&gt; true
+			Ramaze.start :port =&gt; port, :force =&gt; true
 		end
 		@@port = port
 	end</diff>
      <filename>lib/main.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,9 @@ require 'lib/controllers'
 require 'stringio'
 require 'net/http'
 
+# NOTE: Uncomment this to make Ramaze noisy
+Ramaze::Log.loggers = []
+
 def hook_stdio(in_str = &quot;&quot;)
 	# Hook stdio for the call
 	in_p, out_p, err_p = [$stdin, $stdout, $stderr]</diff>
      <filename>spec/main_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2bff6c035d3a4b98e2caef2da5a7278d6bd0606a</id>
    </parent>
  </parents>
  <author>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </author>
  <url>http://github.com/xpaulbettsx/yikes/commit/6eee4d6b2cd83930db2ac1df6df43cf63d6bc333</url>
  <id>6eee4d6b2cd83930db2ac1df6df43cf63d6bc333</id>
  <committed-date>2008-07-08T07:45:16-07:00</committed-date>
  <authored-date>2008-07-08T07:45:16-07:00</authored-date>
  <message>Fixes to run on latest version of Ramaze, ActiveSupport is borked for no
reason</message>
  <tree>9b560d953c329db188d1b0e97c0ace7770b146cb</tree>
  <committer>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </committer>
</commit>
