]> source.dussan.org Git - sonarqube.git/commitdiff
Restore rails dev mode in start-dev-server profile
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 15 Jul 2014 16:35:54 +0000 (18:35 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 15 Jul 2014 16:35:54 +0000 (18:35 +0200)
server/sonar-web/pom.xml

index ef74b2cd81d65a4f6158069e43294fc764fb4cf4..479bba07ad90bdd2b9558034f77ce860bd6cc4b6 100644 (file)
               <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>