6146: Add dns_server_update_command. Update docs & tests for DNS update hooks.
[arvados.git] / services / api / config / application.rb
index 24648a9a58d3de8904a59f11f6de4a27d82a9f10..4211df29d099cecaa33c8f54ef9dfcbff11dfac1 100644 (file)
@@ -25,6 +25,7 @@ module Server
 
     # Activate observers that should always be running.
     # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
+    config.active_record.schema_format = :sql
 
     # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
     # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
@@ -32,5 +33,7 @@ module Server
 
     # Configure sensitive parameters which will be filtered from the log file.
     config.filter_parameters += [:password]
+
+    I18n.enforce_available_locales = false
   end
 end