diff config/application.rb @ 39:aa6d58c8653b

Remove all initializers.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:51:35 +0900
parents 1fdb3fc5ec31
children e5082c4c234d
line wrap: on
line diff
--- a/config/application.rb	Thu Dec 11 15:47:36 2014 +0900
+++ b/config/application.rb	Thu Dec 11 15:51:35 2014 +0900
@@ -30,6 +30,7 @@
 
     # this isn't actually used but railties checks this variable during boot.
     config.secret_key_base = "herp a derp"
+    config.session_store :disabled
 
     if ENV["RT_MEMCACHED_SERVERS"]
       config.cache_store = :mem_cache_store, ENV["RT_MEMCACHED_SERVERS"].split(","), { :namespace => "rsstweet" }