[38263] branches/gsoc08-mpwa/app/controllers

digx at macports.org digx at macports.org
Sun Jul 13 23:25:40 PDT 2008


Revision: 38263
          http://trac.macosforge.org/projects/macports/changeset/38263
Author:   digx at macports.org
Date:     2008-07-13 23:25:40 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Renamed mac_ports controller to be home

Added Paths:
-----------
    branches/gsoc08-mpwa/app/controllers/home_controller.rb

Removed Paths:
-------------
    branches/gsoc08-mpwa/app/controllers/mac_ports_controller.rb

Copied: branches/gsoc08-mpwa/app/controllers/home_controller.rb (from rev 38165, branches/gsoc08-mpwa/app/controllers/mac_ports_controller.rb)
===================================================================
--- branches/gsoc08-mpwa/app/controllers/home_controller.rb	                        (rev 0)
+++ branches/gsoc08-mpwa/app/controllers/home_controller.rb	2008-07-14 06:25:40 UTC (rev 38263)
@@ -0,0 +1,5 @@
+class HomeController < ApplicationController
+  def index
+    @recent_pkgs = PortPkg.find(:all, :order => 'submitted_at desc', :limit => 25)
+  end
+end

Deleted: branches/gsoc08-mpwa/app/controllers/mac_ports_controller.rb
===================================================================
--- branches/gsoc08-mpwa/app/controllers/mac_ports_controller.rb	2008-07-14 06:25:07 UTC (rev 38262)
+++ branches/gsoc08-mpwa/app/controllers/mac_ports_controller.rb	2008-07-14 06:25:40 UTC (rev 38263)
@@ -1,6 +0,0 @@
-class MacPortsController < ApplicationController
-    def index
-      @recent_pkgs = PortPkg.find(:all, :order => 'submitted_at desc', :limit => 25)
-      render :action => 'show'
-    end
-end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080713/501dfa69/attachment.html 


More information about the macports-changes mailing list