gitlab-org--gitlab-foss/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
..
1_settings.rb Use new git max_size in the settings initializer 2014-08-15 11:38:32 +02:00
2_app.rb
3_grit_ext.rb
4_sidekiq.rb Log Sidekiq arguments 2014-07-28 16:46:36 +02:00
5_backend.rb
6_rack_profiler.rb
acts_as_taggable_on_patch.rb Add acts-as-taggable-on-patch for gem version 2.4.1 and Rails 4.1. 2014-06-03 11:37:23 +02:00
backtrace_silencers.rb
carrierwave.rb
devise.rb Try to keep token authenticable compatibility 2014-07-09 14:42:25 +02:00
devise_async.rb
devise_password_length.rb.example
haml.rb
inflections.rb
kaminari_config.rb
mime_types.rb
postgresql_limit_fix.rb
rack_attack.rb.example Create one big regular expresion for Rack::Attack 2014-08-22 09:56:39 +02:00
secret_token.rb
session_store.rb Merge branch 'redis_settings' 2014-08-28 15:03:22 +03:00
smtp_settings.rb.sample
state_machine_patch.rb Rename snippets scopes to plural names. 2014-06-04 08:37:19 +02:00
wrap_parameters.rb