summaryrefslogtreecommitdiff
path: root/config/environments
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8349 from divineforest/cleanup-assets-compressDmitriy Zaporozhets2015-03-021-3/+3
|\ | | | | Remove useless `assets.compress` option, Rails 4 uses only `assets.js_co...
| * Remove useless `assets.compress` option, Rails 4 uses only ↵Alexander Balashov2014-11-181-3/+3
| | | | | | | | | | `assets.js_compressor` > The config.assets.compress option should be changed to config.assets.js_compressor like so for instance
* | Don't cache classes in testsJeroen van Baarsen2015-02-121-1/+1
|/ | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Configure Redis cache for all environmentsJacob Vosmaer2014-08-261-10/+0
| | | | Also add support for connecting to Redis with Unix sockets.
* Disable debug assetsJan-Willem van der Meer2014-08-121-1/+1
| | | | | It's good for debugging javacsript, but creates massive amounts of http request by adding each javascript individually. Only turn it on while debugging js code.
* Fix dev env. Fix MR creationDmitriy Zaporozhets2014-06-262-6/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecationMarin Jankovski2014-06-031-4/+0
|
* Give the Rails cache its own Redis namespaceJacob Vosmaer2014-04-151-1/+1
| | | | | | | | Before this change, Rails cache data was stored in a global Redis namespace. As a consequence, clearing the Rails cache (`rake cache:clear`) would also delete all Sidekiq queue data and session storage. This change puts all Rails cache data in a `cache:gitlab` namespace, making `rake cache:clear` safe again.
* Add source for 'Rendered' message suppressionJacob Vosmaer2014-03-241-0/+1
|
* Suppress 'Rendered' messages in production.logJacob Vosmaer2014-03-241-0/+5
|
* GitLab app is not threadsafe so better disable allow_concurrency for ↵Dmitriy Zaporozhets2013-12-101-0/+2
| | | | | | production env Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed the WhiningNill deprecation fixJeroen van Baarsen2013-12-101-3/+0
|
* Update config/* to rails4Dmitriy Zaporozhets2013-12-103-7/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix caching when using remote redis serverRobin Gloster2013-08-141-1/+8
|
* Disable threadsafetyDmitriy Zaporozhets2013-07-081-1/+1
|
* Disable threadsafe! for rake tasksDmitriy Zaporozhets2013-06-131-1/+1
|
* Enable threadsafe. Preload lib/Dmitriy Zaporozhets2013-06-111-1/+1
|
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-2/+2
|
* Use redis as cache storage. cache eventsDmitriy Zaporozhets2013-03-061-1/+1
|
* Update Rails configRiyad Preukschas2012-11-183-21/+22
|
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-262-1/+4
|
* Moving to rails 3.2Dmitriy Zaporozhets2012-02-111-0/+7
|
* activities page cachingDmitriy Zaporozhets2011-11-271-1/+1
|
* install letter_openerNihad Abbasov2011-10-311-0/+1
|
* clean-up codeNihad Abbasov2011-10-261-1/+0
| | | | | | * Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
* init commitgitlabhq2011-10-093-0/+144