summaryrefslogtreecommitdiff
path: root/config/environments
Commit message (Collapse)AuthorAgeFilesLines
* Remove quiet_assets in favor of built-in sprockets-rails config.upgrade-sprockets-railsConnor Shea2016-06-301-0/+3
| | | | | | quiet_assets has been seemingly abandoned, and now sprockets-rails has the feature built-in! From this PR: https://github.com/rails/sprockets-rails/pull/355
* Customize ActionMailer preview pathRobert Speicher2016-05-251-0/+1
|
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
|
* Add letter_opener_web gemrs-letter_opener_webRobert Speicher2016-04-221-1/+1
| | | | | | Sent emails in the development environment will no longer automatically be opened in the browser. If a sent email needs to be viewed, it can be found at the `/rails/letter_opener` route.
* Enable asset compression in production.connorshea2016-04-091-0/+3
| | | | | | `config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344.
* Bump rails to 4.2.6rs-update-railsRobert Speicher2016-04-051-0/+1
|
* Remove duplicate 'cache_store' configuration in test environmentremove-duplicate-cache_store-in-test-configRémy Coutable2016-03-021-2/+0
|
* Raise an error on page load if there are pending migrations on dev envDouglas Barbosa Alexandre2016-01-191-0/+3
|
* Don't send (fake) email during dev bootstrapno-mail-during-dev-bootstrapJacob Vosmaer2016-01-151-0/+2
| | | | | | | | This allows you to do: rake dev:setup BOOTSTRAP=1 and prevent dozens of letter_opener emai popups in your browser.
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-031-1/+1
|\
| * Rails deprecation warning about log_levelValery Sizov2015-12-031-1/+1
| |
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-023-5/+7
|\ \ | |/
| * fix notification_service specsValery Sizov2015-11-301-0/+2
| |
| * Migrate mailers to ActiveJobValery Sizov2015-11-262-2/+2
| |
| * Rails update to 4.2.4Valery Sizov2015-11-253-3/+3
| |
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-0/+2
|\ \ | |/
| * Disabling cache for test environmentValery Sizov2015-11-161-0/+2
| |
* | Disabling caching in test environment because it was causing issues with ↵Douwe Maan2015-10-221-0/+2
|/ | | | Markdown
* Added rack-lineprof for developmentYorick Peterse2015-10-151-1/+1
| | | | | | | | | | | | | | 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
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+5
|
* 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