<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/subdomain_account.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,7 @@
   * Convert tests to soft tabs
   * Update CHANGELOG to present tense
   * Add subdomain_account_options cattr_accessor to store options
+  * Remove request logic and tests
 
 2008-06-12 - Sean Huber (shuber@huberry.com)
 	* Update README</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -37,30 +37,6 @@ When a subdomain is required but the `current_account` was not found, the contro
 which simply renders a 404. You can overwrite this method to change this behavior.
 
 
-Request Methods
----------------
-
-	# Request http://test.example.com:8080/home
-	class HomeController &lt; ApplicationController
-	  def index
-	    # returns 'example.com:8080'
-	    request.domain_with_port
-	
-	    # returns 'test.example.com'
-	    request.host_with_subdomain
-			
-	    # returns 'testing.example.com'
-	    request.host_with_subdomain('testing')
-	
-	    # returns 'example.com'
-	    request.host_without_subdomain
-	
-	    # returns 'test'
-	    request.subdomain
-	  end
-	end
-
-
 Contact
 -------
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1 @@
-require 'huberry/subdomain_account/controller_methods'
-require 'huberry/subdomain_account/request_methods'
-
-ActionController::Base.extend Huberry::SubdomainAccount::ControllerMethods
-ActionController::AbstractRequest.send :include, Huberry::SubdomainAccount::RequestMethods
-
-$:.unshift File.dirname(__FILE__) + '/lib'
\ No newline at end of file
+require 'subdomain_account'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/huberry/subdomain_account/controller_methods.rb</filename>
    </removed>
    <removed>
      <filename>lib/huberry/subdomain_account/request_methods.rb</filename>
    </removed>
    <removed>
      <filename>test/_request_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ffef6c3fe964171c0d4139523b0241a8152ce991</id>
    </parent>
  </parents>
  <author>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </author>
  <url>http://github.com/shuber/subdomain_account/commit/32f23da46429c07bc4990b216b65357ce885c210</url>
  <id>32f23da46429c07bc4990b216b65357ce885c210</id>
  <committed-date>2009-01-09T10:55:21-08:00</committed-date>
  <authored-date>2009-01-09T10:55:21-08:00</authored-date>
  <message>Remove request logic and tests</message>
  <tree>46533ad42916c0d97c0e81e9612e3aa8741b0da4</tree>
  <committer>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </committer>
</commit>
