<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -411,7 +411,8 @@ class Merb::AbstractController
     uri = Merb::Config[:path_prefix] + uri if Merb::Config[:path_prefix]
     uri
   end
-  
+  alias_method :relative_url, :url
+
   # ==== Parameters
   # name&lt;~to_sym, Hash&gt;:: The name of the URL to generate.
   # rparams&lt;Hash&gt;:: Parameters for the route generation.
@@ -422,10 +423,10 @@ class Merb::AbstractController
   # ==== Alternatives
   # If a hash is used as the first argument, a default route will be
   # generated based on it and rparams.
-  def url_with_host(name, rparams={})
-    uri =  request.protocol + request.host + url(name, rparams)
+  def absolute_url(name, rparams={})
+    request.protocol + request.host + url(name, rparams)
   end
-  
+
   private
   # ==== Parameters
   # filters&lt;Array[Filter]&gt;:: The filter list that this should be added to.
@@ -527,4 +528,4 @@ class Merb::AbstractController
     return @_merb_partial_locals[sym] if @_merb_partial_locals &amp;&amp; @_merb_partial_locals.key?(sym)
     super
   end  
-end
\ No newline at end of file
+end</diff>
      <filename>lib/merb-core/controller/abstract_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b6b9b4a3477901c83752028df9252d6f4d8561e7</id>
    </parent>
  </parents>
  <author>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/9858e69815a3a92ca72129c90bdb2442d5e8d879</url>
  <id>9858e69815a3a92ca72129c90bdb2442d5e8d879</id>
  <committed-date>2008-03-22T08:42:57-07:00</committed-date>
  <authored-date>2008-03-22T08:42:57-07:00</authored-date>
  <message>Rename url_with_host to absolute_url

Also add alias relative_url for url</message>
  <tree>66ac56d824641ae940fee9c56090e424809c8b18</tree>
  <committer>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </committer>
</commit>
