aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-16 16:25:19 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-16 16:25:19 +0200
commitb7e8b9db05cf1e6442315c77fc539a1f3bfc08d5 (patch)
tree153afb0d953b0893061abe281f59821a6a84daa3 /sonar-server
parent153cd97a5c43857d9e23d6b4c59c4ab5a2ffe0fd (diff)
downloadsonarqube-b7e8b9db05cf1e6442315c77fc539a1f3bfc08d5.tar.gz
sonarqube-b7e8b9db05cf1e6442315c77fc539a1f3bfc08d5.zip
Restore rails dev mode in start-dev-server profile
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index bec82985bfa..0ad6b082b9b 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -449,6 +449,7 @@
<useNaming>false</useNaming>
<systemProperties>
<SONAR_HOME>${project.build.directory}/dev</SONAR_HOME>
+ <rails.env>development</rails.env>
<jruby.max.runtimes>3</jruby.max.runtimes>
<sonar.jdbc.url>${sonar.jdbc.url}</sonar.jdbc.url>
<sonar.es.http.host>127.0.0.1</sonar.es.http.host>