From 665964bcbba69829a4ff1e7d7bd936f90d49b3f7 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 22 Dec 2013 01:45:41 -0800 Subject: locale prefix support: * set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path --- config.ru | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.ru') diff --git a/config.ru b/config.ru index e798eef..7b4c2bd 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,7 @@ # This file is used by Rack-based servers to start the application. +require 'http_accept_language' +use HttpAcceptLanguage::Middleware + require ::File.expand_path('../config/environment', __FILE__) run LeapWeb::Application -- cgit v1.2.3