gitlab-org--gitlab-foss/config
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
..
environments Configure Redis cache for all environments 2014-08-26 13:44:39 +02:00
initializers Move cache setup to config/application.rb 2014-08-29 11:38:21 +02:00
locales Update to accomodate devise deprecations and backward incompatible changes. 2014-07-10 13:56:35 +02:00
application.rb Move cache setup to config/application.rb 2014-08-29 11:38:21 +02:00
aws.yml.example Init aws support for file storage 2013-05-01 12:41:37 +03:00
boot.rb init commit 2011-10-09 00:36:38 +03:00
database.yml.mysql Disable connection reaping for MySQL 2014-04-07 12:32:24 +02:00
database.yml.postgresql Remove 'socket' example PostgreSQL parameter 2014-07-01 18:27:50 +02:00
environment.rb Use similar interface to access gitolite 2012-08-29 00:04:06 +03:00
gitlab.teatro.yml teatro setup 2014-06-17 11:21:49 +03:00
gitlab.yml.example make configuration comment spacing consistent 2014-08-22 17:20:31 -07:00
resque.yml.example Allow connection to Redis via unix socket 2013-03-06 22:06:12 +01:00
routes.rb diff unfold 2014-08-14 15:48:14 +04:00
unicorn.rb.example Describe unicorn timeout value in git over http 2014-06-11 22:53:42 +03:00
unicorn.rb.example.development Update development steps. 2014-04-08 11:17:19 +02:00