comparison 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
comparison
equal deleted inserted replaced
38:9e03bbbb1d43 39:aa6d58c8653b
28 # config.i18n.default_locale = :de 28 # config.i18n.default_locale = :de
29 config.middleware.delete "ActionDispatch::Cookies" 29 config.middleware.delete "ActionDispatch::Cookies"
30 30
31 # this isn't actually used but railties checks this variable during boot. 31 # this isn't actually used but railties checks this variable during boot.
32 config.secret_key_base = "herp a derp" 32 config.secret_key_base = "herp a derp"
33 config.session_store :disabled
33 34
34 if ENV["RT_MEMCACHED_SERVERS"] 35 if ENV["RT_MEMCACHED_SERVERS"]
35 config.cache_store = :mem_cache_store, ENV["RT_MEMCACHED_SERVERS"].split(","), { :namespace => "rsstweet" } 36 config.cache_store = :mem_cache_store, ENV["RT_MEMCACHED_SERVERS"].split(","), { :namespace => "rsstweet" }
36 end 37 end
37 end 38 end