lib/hanami/generators/application/app/config/application.rb.tt in hanami-0.9.1 vs lib/hanami/generators/application/app/config/application.rb.tt in hanami-0.9.2
- old
+ new
@@ -270,11 +270,11 @@
configure :development do
# Don't handle exceptions, render the stack trace
handle_exceptions false
# Logger
- # See: http://hanamirb.org/guides/applications/logging
+ # See: http://hanamirb.org/guides/projects/logging
#
# Logger stream. It defaults to STDOUT.
# logger.stream "log/development.log"
#
# Logger level. It defaults to DEBUG
@@ -290,11 +290,11 @@
configure :test do
# Don't handle exceptions, render the stack trace
handle_exceptions false
# Logger
- # See: http://hanamirb.org/guides/applications/logging
+ # See: http://hanamirb.org/guides/projects/logging
#
# Logger level. It defaults to ERROR
logger.level :error
end
@@ -305,11 +305,11 @@
# scheme 'https'
# host 'example.org'
# port 443
# Logger
- # See: http://hanamirb.org/guides/applications/logging
+ # See: http://hanamirb.org/guides/projects/logging
#
# Logger stream. It defaults to STDOUT.
# logger.stream "log/production.log"
#
# Logger level. It defaults to INFO
@@ -337,10 +337,10 @@
# host 'cdn.example.org'
# port 443
# Subresource Integrity
#
- # See: http://hanamirb.org/guides/assets/subresource-integrity
+ # See: http://hanamirb.org/guides/assets/content-delivery-network/#subresource-integrity
subresource_integrity :sha256
end
end
end
end