From 8e94fc5b4f1ffa765ba11631b993cbdbed4dd374 Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 1 Jul 2010 17:05:14 -0700 Subject: [PATCH] added mean message --- app/views/layouts/session_wall.html.haml | 19 +++++++++++++++++++ config.ru | 4 ++-- config/routes.rb | 2 +- lib/chrome_frame.rb | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/session_wall.html.haml b/app/views/layouts/session_wall.html.haml index f80d09afb..9cd944913 100644 --- a/app/views/layouts/session_wall.html.haml +++ b/app/views/layouts/session_wall.html.haml @@ -10,6 +10,25 @@ = stylesheet_link_tag "sessions" /= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" = javascript_include_tag 'jquery142' + + :plain + + = csrf_meta_tag = yield(:head) diff --git a/config.ru b/config.ru index 84859db97..ebd2f327f 100644 --- a/config.ru +++ b/config.ru @@ -2,6 +2,6 @@ require ::File.expand_path('../config/environment', __FILE__) #use Rack::FiberPool -require 'lib/chrome_frame' -use Rack::ChromeFrame +#require 'lib/chrome_frame' +#use Rack::ChromeFrame run Diaspora::Application diff --git a/config/routes.rb b/config/routes.rb index 09c43db14..ac8df8b0a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,4 @@ -Diaspora::Application.routes.draw do |map| +lsDiaspora::Application.routes.draw do |map| resources :blogs resources :bookmarks resources :friends diff --git a/lib/chrome_frame.rb b/lib/chrome_frame.rb index eeba58312..298427ee7 100644 --- a/lib/chrome_frame.rb +++ b/lib/chrome_frame.rb @@ -25,7 +25,7 @@ module Rack
- + HTML -- GitLab