app/controllers/application.rb in parlement-0.5 vs app/controllers/application.rb in parlement-0.6
- old
+ new
@@ -7,12 +7,10 @@
include LoginEngine
model :user
before_filter :set_charset
after_filter :fix_unicode_for_safari
-
- include LiveTree
- helper LiveTreeHelper
+ after_filter :compress_output
# automatically and transparently fixes utf-8 bug
# with Safari when using xmlhttp
def fix_unicode_for_safari
if @headers["Content-Type"] == "text/html; charset=utf-8" and