From 1939dfd500ee69201b92e23fdb9db6c90dcd3d6a Mon Sep 17 00:00:00 2001 From: yafeilee Date: Tue, 1 Apr 2014 13:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=87=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rakefile | 2 -- config.ru | 2 -- 2 files changed, 4 deletions(-) diff --git a/Rakefile b/Rakefile index ddb01c1..143c763 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,4 @@ #!/usr/bin/env rake -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) diff --git a/config.ru b/config.ru index fa575f8..07aa3e9 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,2 @@ -# This file is used by Rack-based servers to start the application. - require ::File.expand_path('../config/environment', __FILE__) run WBlog::Application