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