aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
Commit message (Collapse)AuthorAgeFilesLines
* Don't fall back to compiling assets in staging.Harald Eilertsen2018-11-301-1/+1
| | | | | This makes staging behave like production, so that we discover issues with missing precompiled assets before prod.
* Precompile assets and check them into vc.deploy-20180902Harald Eilertsen2018-09-021-0/+1
| | | | | | Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code.
* Reduce noise in logs in production.Harald Eilertsen2018-09-011-1/+1
|
* CVE-2018-3760: Disable compilation of assets in production.Harald Eilertsen2018-06-201-1/+1
| | | | | All assets should be precompiled during deploy anyways, so no idea why this was on in the first place.
* Allways pick up relative url for asset prefix.Harald Eilertsen2018-01-061-2/+0
|
* Set prefix for assets in prodtest.Harald Eilertsen2018-01-061-0/+2
|
* Add configs for stagingtest and prodtest environments.Harald Eilertsen2017-12-262-0/+136
|
* Log to syslog in production.Harald Eilertsen2014-12-121-1/+3
|
* Add config for staging setup.Harald Eilertsen2014-07-061-0/+67
|
* Turn into a neutral base for starting off new apps.Harald Eilertsen2013-02-033-3/+3
|
* Initial commit.Harald Eilertsen2013-01-253-0/+141