gitlab-org--gitlab-foss/config/environments
Yorick Peterse d4832b0341 Added rack-lineprof for development
This can be used to measure the time (roughly) spent on a per line
basis. This can also be used to measure timings for views, for example
by adding the following to a URL:

   ?lineprof=app/views/projects/notes/_note

rack-lineprof is only enabled when:

1. The application runs in development mode
2. The used Ruby is MRI
3. The environment variable ENABLE_LINEPROF is set to a non-empty value
2015-10-15 12:05:01 +02:00
..
development.rb Added rack-lineprof for development 2015-10-15 12:05:01 +02:00
production.rb Remove useless `assets.compress` option, Rails 4 uses only `assets.js_compressor` 2014-11-18 10:12:05 +03:00
test.rb Don't cache classes in tests 2015-02-12 13:47:23 +01:00