updated rails to 4.2.4

This commit is contained in:
raluka 2015-10-21 15:49:06 +02:00
parent 5bef98b8a3
commit 1a62dc930e
14 changed files with 388 additions and 257 deletions

View file

@ -35,8 +35,9 @@ Osem::Application.configure do
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
# See everything in the log. Set to `:info` to match the current default, or set to `:debug` to opt-into
# the future default.
config.log_level = :info
# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]