<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,7 @@ Athena is a Ruby microframework for RESTful web applications.
 
 == FEATURES/PROBLEMS:
 
+* Update to Rack 0.9
 * Extract routing to modules
 * Extract rendering engine to modules
 * MethodNotAllowed exception should return allowed methods</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,10 @@ module Athena
       @route_map
     end
     
+    def self.load_resources
+      Athena.require_all_libs_relative_to('resources')
+    end
+    
     def process_params(params)
       nested_pattern = /^(.+?)\[(.*\])/
       processed = {}</diff>
      <filename>lib/athena/application.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7b98371fcf751465f6320a96076f9841d87f2d81</id>
    </parent>
  </parents>
  <author>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </author>
  <url>http://github.com/bscofield/athena/commit/e3b4b575ae46c7bb7837543fd501b2bbdd48a016</url>
  <id>e3b4b575ae46c7bb7837543fd501b2bbdd48a016</id>
  <committed-date>2009-02-26T11:15:28-08:00</committed-date>
  <authored-date>2009-02-26T11:15:28-08:00</authored-date>
  <message>add load_resources method to simplify application</message>
  <tree>f1b27db41d9ef29c48993a8061629e74bd7977fd</tree>
  <committer>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </committer>
</commit>
