gitlab-org--gitlab-foss/config/environments
Stan Hu 00dd2ba95e Turn on caching of classes in Knapsack specs
Enabling caching of classes slows start-up time because all controllers
are loaded at initialization, but it reduces memory and load because files
are not reloaded with every request. For example, caching is not necessary
for loading database migrations but useful for handling Knapsack specs.

Addresses gitlab-org/gitlab-ee#2162
2017-04-14 15:13:31 -07:00
..
development.rb Remove quiet_assets in favor of built-in sprockets-rails config. 2016-06-30 16:18:05 -06:00
production.rb Enable asset compression in production. 2016-04-09 16:31:41 -06:00
test.rb Turn on caching of classes in Knapsack specs 2017-04-14 15:13:31 -07:00