From dd5a11e029a44aba8131f5ec434fbac942dc42cb Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sat, 15 Mar 2014 23:03:20 +0100 Subject: [PATCH] SONAR-4843 Document sonar.rails.dev in conf/sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index b97e9e3da21..ba9e406d732 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -164,7 +164,6 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 #http.proxyPassword= - #-------------------------------------------------------------------------------------------------- # NOTIFICATIONS @@ -177,3 +176,9 @@ sonar.notifications.delay=60 #sonar.log.profilingLevel=NONE +#-------------------------------------------------------------------------------------------------- +# DEVELOPMENT MODE +# Only for debugging + +# Set to true to apply Ruby on Rails code changes on the fly +#sonar.rails.dev=false -- 2.39.5