Files
gitlabhq/config/initializers
Jacob Vosmaer 185e7681d2 Move cache setup to config/application.rb
Before this change we were trying to configure Rails.cache in an
initializer. It seems that by the time the initializers are loaded,
Rails.cache is already instantiated, so changing the settings does not
achieve anything anymore. This was causing Rails to default to a file
storage cache instead of the Redis cache, which in turn broke `rake
cache:clear`.
2014-08-29 11:38:21 +02:00
..
2014-03-03 08:40:29 +01:00
2014-07-28 16:46:36 +02:00
2011-10-09 00:36:38 +03:00
2013-10-09 15:25:31 +03:00
2012-11-22 20:22:44 +01:00
2014-08-28 15:03:22 +03:00
2011-10-09 00:36:38 +03:00