lib/ruby_app/templates/application/configuration.ru in RubyApp-0.7.5 vs lib/ruby_app/templates/application/configuration.ru in RubyApp-0.7.9
- old
+ new
@@ -27,13 +27,9 @@
map '#{RubyApp::Application.root_or_nil}/_APPLICATION_DOWNCODE_/resources' do
run Rack::File.new(File.join(_APPLICATION_UPCODE_::ROOT, %w[resources]))
end
-map '#{RubyApp::Application.root_or_nil}/favicon.ico' do
- run Rack::File.new(File.join(RubyApp::ROOT, %w[resources favicon.ico]))
-end
-
map '#{RubyApp::Application.root_or_nil}/' do
use RubyApp::Rack::Request
use RubyApp::Rack::Response
use RubyApp::Rack::Language
use RubyApp::Rack::Session