From 0459631d47d2a091cdf916fd8a1c8ca4f1d97a4a Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 18 Aug 2010 20:49:06 -0700 Subject: [PATCH 1/2] Show debug --- app/views/posts/_debug.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/_debug.haml b/app/views/posts/_debug.haml index ad1b3f1d8..a5cb32b7b 100644 --- a/app/views/posts/_debug.haml +++ b/app/views/posts/_debug.haml @@ -1,6 +1,6 @@ #debug_info %h5 DEBUG INFO - #debug_more{ :style => "display:none;" } + #debug_more %ul %li %b params From d054162bbeaa21f80a0141e166f847e3772c6749 Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 18 Aug 2010 20:51:55 -0700 Subject: [PATCH 2/2] more RC updating stuff --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index e8d5616f0..38c31c879 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,4 @@ -Diaspora::Application.routes.draw do |map| +Diaspora::Application.routes.draw do resources :people resources :users, :only => [:edit, :show, :update] resources :status_messages